Class CommandLineConfig
Inheritance
System.Object
CommandLineConfig
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: vortex.compiler.console
Assembly: vortex.compiler.console.dll
Syntax
public static class CommandLineConfig
Methods
ParseArgs(String[])
Declaration
public static Dictionary<string, string> ParseArgs(string[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | args |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.String, System.String> |