C# 클래스 ChatEngine.Program

Program class for ChatEngine
파일 보기 프로젝트 열기: CellAO/CellAO-NightPredator

공개 프로퍼티들

프로퍼티 타입 설명
ISCom CellAO.Communication.ISComV2Server.ISComV2Server
Ircbot Chatengine.Relay.RelayBot

비공개 메소드들

메소드 설명
CommandLoop ( string args ) : void

Initialize ( ) : bool

InitializeConsoleCommands ( ) : bool

InitializeISCom ( ) : bool

InitializeLogAndBug ( ) : bool

InitializeTCP ( ) : bool

IsServerRunning ( string obj ) : void
Main ( string args ) : void

Entry point

SetDebug ( string obj ) : void
ShowCommandHelp ( ) : void
ShutDownServer ( string obj ) : void
StartRelayBot ( ) : void
StartServer ( string obj ) : void
StopServer ( string obj ) : void

프로퍼티 상세

ISCom 공개적으로 정적으로 프로퍼티

public static ISComV2Server,CellAO.Communication.ISComV2Server ISCom
리턴 CellAO.Communication.ISComV2Server.ISComV2Server

Ircbot 공개적으로 정적으로 프로퍼티

public static RelayBot,Chatengine.Relay Ircbot
리턴 Chatengine.Relay.RelayBot