CFMachPort 构造函数

定义

重载

CFMachPort(IntPtr)
CFMachPort(IntPtr, Boolean)

CFMachPort(IntPtr)

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

参数

handle
IntPtr

nativeint

适用于

CFMachPort(IntPtr, Boolean)

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

参数

handle
IntPtr

nativeint

ownsHandle
Boolean

适用于