C# Class Schumix.Console.Console

Console class.
Afficher le fichier Open project: Schumix/Schumix2

Méthodes publiques

Méthode Description
Console ( string ServerName ) : System

Indulási függvény.

Start ( ) : void

Starts the Console thread.

Stop ( ) : void

Stops the Console thread.

Private Methods

Méthode 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 méthode

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

Start() public méthode

Starts the Console thread.
public Start ( ) : void
Résultat void

Stop() public méthode

Stops the Console thread.
public Stop ( ) : void
Résultat void