C# Class Schumix.Console.Console

Console class.
ファイルを表示 Open project: Schumix/Schumix2

Public Methods

Method Description
Console ( string ServerName ) : System

Indulási függvény.

Start ( ) : void

Starts the Console thread.

Stop ( ) : void

Stops the Console thread.

Private Methods

Method Description
ConsoleRead ( ) : void

Console-ba beírt parancsot hajtja végre.

Ha a Console-ba beírt szöveg egy parancs, akkor ez a függvény hajtja végre.

InitThread ( ) : void

Method Details

Console() public method

Indulási függvény.
public Console ( string ServerName ) : System
ServerName string
return System

Start() public method

Starts the Console thread.
public Start ( ) : void
return void

Stop() public method

Stops the Console thread.
public Stop ( ) : void
return void