Sdílet prostřednictvím


InstallContext.ParseCommandLine(String[]) Metoda

Definice

Parsuje parametry příkazového řádku do slovníku řetězců.

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

Parametry

args
String[]

Pole obsahující parametry příkazového řádku.

Návraty

Obsahující StringDictionary parsované parametry příkazového řádku.

Platí pro

Viz také