Show / Hide Table of Contents

Class CoreFoundation

Inheritance
System.Object
CoreFoundation
Namespace: Xamarin.NativeHelpers
Assembly: Xamarin.NativeHelpers.dll
Syntax
public static class CoreFoundation

Fields

| Improve this Doc View Source

CoreFoundationLibrary

Declaration
public const string CoreFoundationLibrary = "/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation"
Field Value
Type Description
System.String
| Improve this Doc View Source

CoreFoundationLibraryHandle

Declaration
public static readonly IntPtr CoreFoundationLibraryHandle
Field Value
Type Description
System.IntPtr

Methods

CFGetTypeID(IntPtr)

Declaration
public static long CFGetTypeID(IntPtr obj)
Parameters
Type Name Description
System.IntPtr obj
Returns
Type Description
System.Int64

CFRelease(IntPtr)

Declaration
public static void CFRelease(IntPtr obj)
Parameters
Type Name Description
System.IntPtr obj

CFRetain(IntPtr)

Declaration
public static IntPtr CFRetain(IntPtr obj)
Parameters
Type Name Description
System.IntPtr obj
Returns
Type Description
System.IntPtr
  • Improve this Doc
  • View Source
Back to top Generated by DocFX