다음을 통해 공유


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

적용 대상