C# Class CSharpUtils.Process.Impl.ProcessBaseImplThreads

Inheritance: IProcessBaseImpl
Afficher le fichier Open project: soywiz/csharputils

Méthodes publiques

Свойство Type Description
MainThread Thread
SemaphoreGlobal System.Threading.Semaphore

Méthodes publiques

Méthode Description
Init ( RunDelegate Delegate ) : void
Remove ( ) : void
Shutdown ( ) : void
SwitchTo ( ) : void
Yield ( ) : void

Method Details

Init() public méthode

public Init ( RunDelegate Delegate ) : void
Delegate RunDelegate
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void

Shutdown() public static méthode

public static Shutdown ( ) : void
Résultat void

SwitchTo() public méthode

public SwitchTo ( ) : void
Résultat void

Yield() public méthode

public Yield ( ) : void
Résultat void

Property Details

MainThread public_oe static_oe property

public static Thread MainThread
Résultat Thread

SemaphoreGlobal public_oe static_oe property

public static Semaphore,System.Threading SemaphoreGlobal
Résultat System.Threading.Semaphore