[Missing <summary> documentation for "T:Monobjc.CoreFoundation.CFType"]

C# | Visual Basic | Visual C++ |
public static class CFType
Public NotInheritable Class CFType
public ref class CFType abstract sealed

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() ![]() | CFCopyDescription(IntPtr) | Returns a textual description of a Core Foundation object. Original signature is 'CFStringRef CFCopyDescription ( CFTypeRef cf );' Available in Mac OS X v10.0 and later. |
![]() ![]() | CFEqual(IntPtr, IntPtr) | Determines whether two Core Foundation objects are considered equal. Original signature is 'Boolean CFEqual ( CFTypeRef cf1, CFTypeRef cf2 );' Available in Mac OS X v10.0 and later. |
![]() ![]() | CFGetAllocator(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. |
![]() ![]() | CFMakeCollectable(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. |
![]() ![]() | CFRelease(IntPtr) | Releases a Core Foundation object. Original signature is 'void CFRelease ( CFTypeRef cf );' Available in Mac OS X v10.0 and later. |
![]() ![]() | CFRetain(IntPtr) | Retains a Core Foundation object. Original signature is 'CFTypeRef CFRetain ( CFTypeRef cf );' Available in Mac OS X v10.0 and later. |
![]() ![]() | CFShow(IntPtr) | Prints a description of a Core Foundation object to stderr. Original signature is 'void CFShow ( CFTypeRef obj );' Available in Mac OS X v10.0 and later. |

Object | |
![]() | CFType |

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)