Share via


CFRunLoopSource Class

Definition

An input source that generates asynchronous events and is intended to be used with a CFRunLoop.

public class CFRunLoopSource : CoreFoundation.NativeObject
type CFRunLoopSource = class
    inherit NativeObject
Inheritance
Derived

Properties

Name Description
Handle (Inherited from DisposableObject)
IsValid
Order
Owns (Inherited from DisposableObject)

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Invalidate()
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)
Signal()

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to