Метод | Описание | |
---|---|---|
CreateParameters ( |
Creates a new LaunchParameters object.
|
|
KeyAvailable ( string key ) : bool |
Indicating whether the key is available.
|
|
ToString ( ) : string |
Converts the LaunchParameters into string.
|
|
this ( string key ) : string |
Returns a launch parameter specified by the key.
|
Метод | Описание | |
---|---|---|
LaunchParameters ( ) : System |
Initializes a new LaunchParameters class.
|
|
LaunchParameters ( IEnumerable |
Initializes a new LaunchParameters class.
|
|
ParseCommandLineParameters ( IList |
Parses the command line parameters.
|
public static CreateParameters ( |
||
parameters | The Parameters. | |
Результат |
public KeyAvailable ( string key ) : bool | ||
key | string | The Key. |
Результат | bool |