C# Class CSharpUtils.Process.Impl.ProcessBaseImplThreads

Inheritance: IProcessBaseImpl
Exibir arquivo Open project: soywiz/csharputils

Public Properties

Property Type Description
MainThread Thread
SemaphoreGlobal System.Threading.Semaphore

Public Methods

Method Description
Init ( RunDelegate Delegate ) : void
Remove ( ) : void
Shutdown ( ) : void
SwitchTo ( ) : void
Yield ( ) : void

Method Details

Init() public method

public Init ( RunDelegate Delegate ) : void
Delegate RunDelegate
return void

Remove() public method

public Remove ( ) : void
return void

Shutdown() public static method

public static Shutdown ( ) : void
return void

SwitchTo() public method

public SwitchTo ( ) : void
return void

Yield() public method

public Yield ( ) : void
return void

Property Details

MainThread public_oe static_oe property

public static Thread MainThread
return Thread

SemaphoreGlobal public_oe static_oe property

public static Semaphore,System.Threading SemaphoreGlobal
return System.Threading.Semaphore