tgstation-server 6.12.3
The /tg/station 13 server suite
|
Entrypoint for the Process. More...
Public Member Functions | |
Program () | |
Initializes a new instance of the Program class. | |
Static Public Member Functions | |
static async Task< int > | Main (string[] args) |
Entrypoint for the Program. | |
Static Private Member Functions | |
static ? string | TopLevelArgsParse (ref string[] args) |
Parse Program top level args . | |
Entrypoint for the Process.
Definition at line 19 of file Program.cs.
Tgstation.Server.Host.Program.Program | ( | ) |
Initializes a new instance of the Program class.
Definition at line 34 of file Program.cs.
References Tgstation.Server.Host.Core.Application.CreateDefaultServerFactory().
Referenced by Tgstation.Server.Host.Program.Main().
|
static |
Entrypoint for the Program.
args | The command line arguments. |
Definition at line 44 of file Program.cs.
References Tgstation.Server.Host.Program.Program(), and Tgstation.Server.Host.Program.TopLevelArgsParse().
|
staticprivate |
Parse Program top level args .
args | The arguments Array which may be changed. |
Definition at line 58 of file Program.cs.
Referenced by Tgstation.Server.Host.Program.Main().