CFAllocator Constructors

Definition

Overloads

CFAllocator(IntPtr)
CFAllocator(IntPtr, Boolean)

CFAllocator(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

CFAllocator(IntPtr, Boolean)

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

Parameters

handle
IntPtr

nativeint

owns
Boolean

Applies to