CFMachPort Constructors

Definition

Overloads

CFMachPort(IntPtr)
CFMachPort(IntPtr, Boolean)

CFMachPort(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

CFMachPort(IntPtr, Boolean)

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

Parameters

handle
IntPtr

nativeint

ownsHandle
Boolean

Applies to