C# Class CSPspEmuLLETest.LlePspComponent

Afficher le fichier Open project: soywiz/cspspemu

Protected Properties

Свойство Type Description
Running bool
StartEvent System.Threading.AutoResetEvent
Thread System.Threading.Thread

Méthodes publiques

Méthode Description
LlePspComponent ( ) : System.Threading
Main ( ) : void
Reset ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

LlePspComponent() public méthode

public LlePspComponent ( ) : System.Threading
Résultat System.Threading

Main() public abstract méthode

public abstract Main ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

Running protected_oe property

protected bool Running
Résultat bool

StartEvent protected_oe property

protected AutoResetEvent,System.Threading StartEvent
Résultat System.Threading.AutoResetEvent

Thread protected_oe property

protected Thread,System.Threading Thread
Résultat System.Threading.Thread