C# Class CSPspEmuLLETest.LlePspComponent

Mostrar archivo Open project: soywiz/cspspemu

Protected Properties

Property Type Description
Running bool
StartEvent System.Threading.AutoResetEvent
Thread System.Threading.Thread

Public Methods

Method Description
LlePspComponent ( ) : System.Threading
Main ( ) : void
Reset ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

LlePspComponent() public method

public LlePspComponent ( ) : System.Threading
return System.Threading

Main() public abstract method

public abstract Main ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Property Details

Running protected_oe property

protected bool Running
return bool

StartEvent protected_oe property

protected AutoResetEvent,System.Threading StartEvent
return System.Threading.AutoResetEvent

Thread protected_oe property

protected Thread,System.Threading Thread
return System.Threading.Thread