共用方式為


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

適用於