다음을 통해 공유


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

적용 대상