CFRunLoopSource 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 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) | |