C# Class System.Net.CFObject

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

Méthodes publiques

Méthode Description
CFObject ( IntPtr handle, bool own ) : System
Dispose ( ) : void
GetCFObjectHandle ( IntPtr handle, string symbol ) : IntPtr
GetIndirect ( IntPtr handle, string symbol ) : IntPtr
Release ( ) : void
Retain ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
CFRelease ( IntPtr handle ) : IntPtr
CFRetain ( IntPtr handle ) : IntPtr
dlclose ( IntPtr handle ) : void
dlopen ( string path, int mode ) : IntPtr
dlsym ( IntPtr handle, string symbol ) : IntPtr

Method Details

CFObject() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetCFObjectHandle() public static méthode

public static GetCFObjectHandle ( IntPtr handle, string symbol ) : IntPtr
handle IntPtr
symbol string
Résultat IntPtr

GetIndirect() public static méthode

public static GetIndirect ( IntPtr handle, string symbol ) : IntPtr
handle IntPtr
symbol string
Résultat IntPtr

Release() public méthode

public Release ( ) : void
Résultat void

Retain() public méthode

public Retain ( ) : void
Résultat void