Share via


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

適用対象

こちらもご覧ください