C# Class MonoMac.CoreFoundation.CFArray

Inheritance: INativeObject, IDisposable
Mostrar archivo Open project: kangaroo/maccore Class Usage Examples

Public Methods

Method Description
Create ( ) : IntPtr
Dispose ( ) : void
FromIntPtrs ( ) : CFArray
FromNativeObjects ( ) : CFArray
GetCount ( IntPtr array ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CFArray ( ) : System
CFArray ( IntPtr handle, bool owns ) : System
CFArrayCreate ( IntPtr allocator, IntPtr values, Int32 numValues, IntPtr callbacks ) : IntPtr
CFArrayGetCount ( IntPtr theArray ) : Int32

Method Details

Create() public static method

public static Create ( ) : IntPtr
return System.IntPtr

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

FromIntPtrs() public static method

public static FromIntPtrs ( ) : CFArray
return CFArray

FromNativeObjects() public static method

public static FromNativeObjects ( ) : CFArray
return CFArray

GetCount() public static method

public static GetCount ( IntPtr array ) : int
array IntPtr
return int