Метод | Описание | |
---|---|---|
FromEnvironment ( ) : |
Gets the parameter list from the Environment.CommandLine variable.
|
|
FromEnvironment ( string &error ) : |
Gets the parameter list from the Environment.CommandLine variable.
|
|
Parse ( string parameterString ) : |
Gets the parameter list from the provided string.
|
|
Parse ( string parameterString, string &error ) : |
Gets the parameter list from the provided string.
|
|
ToArgumentList ( ) : string[] |
Constructs a string array parameter list. This is useful when you need to use the list with the .NET methods to execute a process. |
|
this ( string key ) : string |
Gets the value of a parameter.
|
Метод | Описание | |
---|---|---|
ParameterList ( string>.IDictionary |
Initializes a new instance of the ParameterList class.
|
|
ParseInitial ( string parameterString ) : string>.Dictionary |
Parses the parameters from a provided parameter string. The Environment.CommandLine property is useful for this. |
|
ParseParameters ( string>.IDictionary |
||
ParseParameters ( string>.IDictionary |
public static FromEnvironment ( ) : |
||
Результат |
public static FromEnvironment ( string &error ) : |
||
error | string | A variable to hold any error messages. |
Результат |
public static Parse ( string parameterString ) : |
||
parameterString | string | The string that contains the parameter information. |
Результат |
public static Parse ( string parameterString, string &error ) : |
||
parameterString | string | The string that contains the parameter information. |
error | string | A variable to hold any error messages. |
Результат |
public this ( string key ) : string | ||
key | string | The name of the parameter. |
Результат | string |