Share via


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

適用対象