CFRunLoopSource 构造函数

定义

重载

CFRunLoopSource(IntPtr)
CFRunLoopSource(IntPtr, Boolean)

CFRunLoopSource(IntPtr)

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

参数

handle
IntPtr

nativeint

适用于

CFRunLoopSource(IntPtr, Boolean)

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

参数

handle
IntPtr

nativeint

ownsHandle
Boolean

适用于