C# 클래스 Schumix.Console.Console

Console class.
파일 보기 프로젝트 열기: Schumix/Schumix2

공개 메소드들

메소드 설명
Console ( string ServerName ) : System

Indulási függvény.

Start ( ) : void

Starts the Console thread.

Stop ( ) : void

Stops the Console thread.

비공개 메소드들

메소드 설명
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

메소드 상세

Console() 공개 메소드

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

Start() 공개 메소드

Starts the Console thread.
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops the Console thread.
public Stop ( ) : void
리턴 void