CFRunLoopSourceCustom Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An abstract CFRunLoop that, when extended, gives the application developer fine-grained control over lifecycle events.
public abstract class CFRunLoopSourceCustom : CoreFoundation.CFRunLoopSource
type CFRunLoopSourceCustom = class
inherit CFRunLoopSource
- Inheritance
Constructors
CFRunLoopSourceCustom() |
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from CFRunLoopSource) |
IsValid | (Inherited from CFRunLoopSource) |
Order | (Inherited from CFRunLoopSource) |
Methods
Dispose() |
Releases the resources used by the CFRunLoopSource object. (Inherited from CFRunLoopSource) |
Dispose(Boolean) |
Releases the resources used by the CFRunLoopSourceCustom object. |
Invalidate() | (Inherited from CFRunLoopSource) |
OnCancel(CFRunLoop, NSString) | |
OnPerform() | |
OnSchedule(CFRunLoop, NSString) | |
Signal() | (Inherited from CFRunLoopSource) |