C# 클래스 NRack.Server.Program

파일 보기 프로젝트 열기: kerryjiang/NRack

공개 메소드들

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

The main entry point for the application.

비공개 메소드들

메소드 설명
AddCommand ( string name, string description, Func handler ) : void
ChangeScriptExecutable ( ) : void
CheckCanSetConsoleColor ( ) : void
ListCommand ( IBootstrap bootstrap, string arguments ) : bool
ReadConsoleCommand ( IBootstrap bootstrap ) : void
RegisterCommands ( ) : void
Run ( string exeArg, string startArgs ) : bool
RunAsConsole ( ) : void
RunAsController ( string arguments ) : void
RunAsService ( ) : void
SetConsoleColor ( ConsoleColor color ) : void
StartCommand ( IBootstrap bootstrap, string arguments ) : bool
StopCommand ( IBootstrap bootstrap, string arguments ) : bool

메소드 상세

Main() 공개 정적인 메소드

The main entry point for the application.
public static Main ( string args ) : void
args string
리턴 void