C# Class TrakHound_Server.Program

Afficher le fichier Open project: TrakHound/TrakHound-Community

Méthodes publiques

Méthode Description
RestartServerService ( ) : void
StartServerService ( ) : bool
StopServerService ( ) : bool

Private Methods

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

Method Details

RestartServerService() public static méthode

public static RestartServerService ( ) : void
Résultat void

StartServerService() public static méthode

public static StartServerService ( ) : bool
Résultat bool

StopServerService() public static méthode

public static StopServerService ( ) : bool
Résultat bool