C# 클래스 TrakHound_Server.Program

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 메소드들

메소드 설명
RestartServerService ( ) : void
StartServerService ( ) : bool
StopServerService ( ) : bool

비공개 메소드들

메소드 설명
ClearServerCredentials ( ) : void
GetVersion ( ) : string
Init ( string args ) : void
InstallService ( ) : void
Main ( string args ) : void

The main entry point for the application.

PrintHeader ( ) : void
SetServerCredentials ( ) : void
StartConsole ( ) : void
StartDebug ( ) : void
StartServers ( ) : void
StartShell ( ) : void
StopServers ( ) : void
UninstallService ( ) : void
UpdateUserSettings ( ) : void

메소드 상세

RestartServerService() 공개 정적인 메소드

public static RestartServerService ( ) : void
리턴 void

StartServerService() 공개 정적인 메소드

public static StartServerService ( ) : bool
리턴 bool

StopServerService() 공개 정적인 메소드

public static StopServerService ( ) : bool
리턴 bool