InstallContext.ParseCommandLine(String[]) Method

Definition

Parses the command-line parameters into a string dictionary.

protected:
 static System::Collections::Specialized::StringDictionary ^ ParseCommandLine(cli::array <System::String ^> ^ args);
protected static System.Collections.Specialized.StringDictionary ParseCommandLine (string[] args);
static member ParseCommandLine : string[] -> System.Collections.Specialized.StringDictionary
Protected Shared Function ParseCommandLine (args As String()) As StringDictionary

Parameters

args
String[]

An array containing the command-line parameters.

Returns

A StringDictionary containing the parsed command-line parameters.

Applies to

See also