Class LaunchArgumentsParser
This class handles launch arguments parsing of the current running process.
Inherited Members
Namespace: Unity.Cloud.Common
Syntax
public class LaunchArgumentsParser
Constructors
LaunchArgumentsParser(String[])
Parse the command line arguments given to the executable, as well as the trailing argument. The trailing argument is only non-empty if it doesn't start with '-'
Declaration
public LaunchArgumentsParser(string[] launchArgs = null)
Parameters
Type | Name | Description |
---|---|---|
String[] | launchArgs | Optional override list of string to parse for launch arguments. |
Properties
ActivationKeyValues
Holds the result of the launch arguments parsing operation as a string Dictionary.
Declaration
public Dictionary<string, string> ActivationKeyValues { get; }
Property Value
Type | Description |
---|---|
Dictionary<String, String> |
ActivationUrl
Holds the result of the launch arguments parsing operation as an url.
Declaration
public string ActivationUrl { get; }
Property Value
Type | Description |
---|---|
String |