MonobjcMonobjc Documented Class Library
CFGetAllocator Method (cf)
NamespacesMonobjc.CoreFoundationCFTypeCFGetAllocator(IntPtr)

Returns the allocator used to allocate a Core Foundation object.

Original signature is 'CFAllocatorRef CFGetAllocator ( CFTypeRef cf );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CFGetAllocator(
	IntPtr cf
)
Public Shared Function CFGetAllocator ( _
	cf As IntPtr _
) As IntPtr
public:
static IntPtr CFGetAllocator(
	IntPtr cf
)
Parameters
cf (IntPtr)
MISSING
Return Value
The allocator used to allocate memory for cf.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)