Class CommandLineArguments
public class CommandLineArguments
- Inheritance
-
CommandLineArguments
Constructors
CommandLineArguments(string[])
public CommandLineArguments(string[] args = null)
Parameters
args
string[]
Properties
ApiPort
public ushort ApiPort { get; }
Property Value
Args
public Dictionary<string, string> Args { get; }
Property Value
AuthToken
public string AuthToken { get; }
Property Value
GamePort
public ushort GamePort { get; }
Property Value
Id
public string Id { get; }
Property Value
KV
public Dictionary<string, string> KV { get; }
Property Value
PlayApiEndpoint
public string PlayApiEndpoint { get; }
Property Value
Region
public string Region { get; }
Property Value
StateFile
public string StateFile { get; }
Property Value
Tag
public string Tag { get; }