C# Class GLib.Opaque

Inheritance: IWrapper, IDisposable
Afficher le fichier Open project: GLibSharp/GtkSharp Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Equals ( object o ) : bool
GetHashCode ( ) : int
GetOpaque ( IntPtr o, Type type, bool owned ) : Opaque
Opaque ( ) : System
Opaque ( IntPtr raw ) : System

Méthodes protégées

Méthode Description
Copy ( IntPtr raw ) : Opaque
Dispose ( bool disposing ) : void
DisposeManagedResources ( ) : void

Disposes the managed resources. This method is intended to be overriden.

DisposeUnmanagedResources ( ) : void

Disposes the unmanaged resources. This method is intended to be overriden.

Free ( IntPtr raw ) : void
Ref ( IntPtr raw ) : void
Unref ( IntPtr raw ) : void

Method Details

Copy() protected méthode

protected Copy ( IntPtr raw ) : Opaque
raw IntPtr
Résultat Opaque

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

DisposeManagedResources() protected méthode

Disposes the managed resources. This method is intended to be overriden.
protected DisposeManagedResources ( ) : void
Résultat void

DisposeUnmanagedResources() protected méthode

Disposes the unmanaged resources. This method is intended to be overriden.
protected DisposeUnmanagedResources ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

Free() protected méthode

protected Free ( IntPtr raw ) : void
raw IntPtr
Résultat void

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetOpaque() public static méthode

public static GetOpaque ( IntPtr o, Type type, bool owned ) : Opaque
o IntPtr
type Type
owned bool
Résultat Opaque

Opaque() public méthode

public Opaque ( ) : System
Résultat System

Opaque() public méthode

public Opaque ( IntPtr raw ) : System
raw IntPtr
Résultat System

Ref() protected méthode

protected Ref ( IntPtr raw ) : void
raw IntPtr
Résultat void

Unref() protected méthode

protected Unref ( IntPtr raw ) : void
raw IntPtr
Résultat void