InstallContext.ParseCommandLine(String[]) 方法

定義

剖析命令列參數為字串字典。

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

參數

args
String[]

陣列,含有命令列參數。

傳回

StringDictionary,含有剖析的命令列參數。

適用於

另請參閱