共用方式為


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

適用於