Edit

Share via


CFRunLoopSource Constructors

Definition

Overloads

CFRunLoopSource(IntPtr)
CFRunLoopSource(IntPtr, Boolean)

CFRunLoopSource(IntPtr)

public CFRunLoopSource (IntPtr handle);
new CoreFoundation.CFRunLoopSource : nativeint -> CoreFoundation.CFRunLoopSource

Parameters

handle
IntPtr

nativeint

Applies to

CFRunLoopSource(IntPtr, Boolean)

public CFRunLoopSource (IntPtr handle, bool ownsHandle);
new CoreFoundation.CFRunLoopSource : nativeint * bool -> CoreFoundation.CFRunLoopSource

Parameters

handle
IntPtr

nativeint

ownsHandle
Boolean

Applies to