C# Class MonoMac.CoreFoundation.DispatchObject

Inheritance: INativeObject, IDisposable
Afficher le fichier Open project: kangaroo/maccore

Méthodes publiques

Méthode Description
Dispose ( ) : void
Equals ( object other ) : bool
GetHashCode ( ) : int
Resume ( ) : void
Suspend ( ) : void
operator ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Check ( ) : void
DispatchObject ( ) : System
DispatchObject ( IntPtr handle, bool owns ) : System
dispatch_get_context ( IntPtr o ) : IntPtr
dispatch_release ( IntPtr o ) : IntPtr
dispatch_resume ( IntPtr o ) : void
dispatch_retain ( IntPtr o ) : IntPtr
dispatch_set_context ( IntPtr o, IntPtr ctx ) : void
dispatch_suspend ( IntPtr o ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Resume() public méthode

public Resume ( ) : void
Résultat void

Suspend() public méthode

public Suspend ( ) : void
Résultat void

operator() public static méthode

public static operator ( ) : bool
Résultat bool