C# Class MonoMac.CoreFoundation.DispatchObject

Inheritance: INativeObject, IDisposable
Mostrar archivo Open project: kangaroo/maccore

Public Methods

Method Description
Dispose ( ) : void
Equals ( object other ) : bool
GetHashCode ( ) : int
Resume ( ) : void
Suspend ( ) : void
operator ( ) : bool

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method 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 method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Resume() public method

public Resume ( ) : void
return void

Suspend() public method

public Suspend ( ) : void
return void

operator() public static method

public static operator ( ) : bool
return bool