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

適用対象

こちらもご覧ください