C# Class Sharpex2D.Debug.ThreadWatcher

Inheritance: IDebugWatcher
ファイルを表示 Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Disposes the object.

Dispose ( bool disposing ) : void

Disposes the object.

Start ( ) : void

Starts the component.

Stop ( ) : void

Stops the component.

ThreadWatcher ( ) : System

Initializes a new ThreadWatcher class.

Private Methods

Method Description
RunInner ( ) : void

The Run loop.

Method Details

Dispose() public method

Disposes the object.
public Dispose ( ) : void
return void

Dispose() public method

Disposes the object.
public Dispose ( bool disposing ) : void
disposing bool The Disposing state.
return void

Start() public method

Starts the component.
public Start ( ) : void
return void

Stop() public method

Stops the component.
public Stop ( ) : void
return void

ThreadWatcher() public method

Initializes a new ThreadWatcher class.
public ThreadWatcher ( ) : System
return System