MonobjcMonobjc Documented Class Library
CFMakeCollectable Method (cf)
NamespacesMonobjc.CoreFoundationCFTypeCFMakeCollectable(IntPtr)

Makes a newly-allocated Core Foundation object eligible for garbage collection.

Original signature is 'CFTypeRef CFMakeCollectable ( CFTypeRef cf );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static IntPtr CFMakeCollectable(
	IntPtr cf
)
Public Shared Function CFMakeCollectable ( _
	cf As IntPtr _
) As IntPtr
public:
static IntPtr CFMakeCollectable(
	IntPtr cf
)
Parameters
cf (IntPtr)
MISSING
Return Value
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)