C# Class System.Net.CFArray

Inheritance: CFObject
Afficher le fichier Open project: remobjects/mono Class Usage Examples

Méthodes publiques

Méthode Description
CFArray ( IntPtr handle, bool own ) : System
this ( int index ) : IntPtr

Private Methods

Méthode 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 méthode

public CFArray ( IntPtr handle, bool own ) : System
handle System.IntPtr
own bool
Résultat System

this() public méthode

public this ( int index ) : IntPtr
index int
Résultat System.IntPtr