CFRunLoopSource Class

Definition

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

public class CFRunLoopSource : IDisposable, ObjCRuntime.INativeObject
type CFRunLoopSource = class
    interface INativeObject
    interface IDisposable
Inheritance
CFRunLoopSource
Derived
Implements

Constructors

CFRunLoopSource(IntPtr)
CFRunLoopSource(IntPtr, Boolean)

Properties

Handle

Handle (pointer) to the unmanaged object representation.

IsValid
Order

Methods

Dispose()

Releases the resources used by the CFRunLoopSource object.

Dispose(Boolean)

Releases the resources used by the CFRunLoopSource object.

Finalize()

Finalizer for the CFRunLoopSource object

Invalidate()
Signal()

Applies to