C# Class Cocoa.RunLoop

Inheritance: Object
Show file Open project: mono/cocoa-sharp

Public Methods

Method Description
AddTimer ( Timer timer ) : void
Run ( ) : void
RunLoop ( ) : System
RunLoop ( IntPtr native_object ) : System
Stop ( ) : void

Private Methods

Method Description
CFRunLoopStop ( IntPtr cfrunloop ) : void

Method Details

AddTimer() public method

public AddTimer ( Timer timer ) : void
timer Timer
return void

Run() public method

public Run ( ) : void
return void

RunLoop() public method

public RunLoop ( ) : System
return System

RunLoop() public method

public RunLoop ( IntPtr native_object ) : System
native_object System.IntPtr
return System

Stop() public method

public Stop ( ) : void
return void