C# Class System.Net.CFArray

Inheritance: CFObject
Mostra file Open project: remobjects/mono Class Usage Examples

Public Methods

Method Description
CFArray ( IntPtr handle, bool own ) : System
this ( int index ) : IntPtr

Private Methods

Method Description
CFArray ( ) : System
CFArrayCreate ( IntPtr allocator, IntPtr values, int numValues, IntPtr callbacks ) : IntPtr
CFArrayGetCount ( IntPtr handle ) : int
CFArrayGetValueAtIndex ( IntPtr handle, int index ) : IntPtr
Create ( ) : CFArray

Method Details

CFArray() public method

public CFArray ( IntPtr handle, bool own ) : System
handle System.IntPtr
own bool
return System

this() public method

public this ( int index ) : IntPtr
index int
return System.IntPtr