CFAllocator 构造函数

定义

重载

CFAllocator(IntPtr)
CFAllocator(IntPtr, Boolean)

CFAllocator(IntPtr)

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

参数

handle
IntPtr

nativeint

适用于

CFAllocator(IntPtr, Boolean)

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

参数

handle
IntPtr

nativeint

owns
Boolean

适用于