次の方法で共有


InstallContext.ParseCommandLine メソッド

コマンド ライン パラメータを解析して、その結果を文字列ディクショナリに格納します。

Protected Shared Function ParseCommandLine( _
   ByVal args() As String _) As StringDictionary
[C#]
protected static StringDictionary ParseCommandLine(string[] args);
[C++]
protected: static StringDictionary* ParseCommandLine(String* args __gc[]);
[JScript]
protected static function ParseCommandLine(
   args : String[]) : StringDictionary;

パラメータ

  • args
    コマンド ライン パラメータを格納している配列。

戻り値

解析されたコマンド ライン パラメータを格納する StringDictionary

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

InstallContext クラス | InstallContext メンバ | System.Configuration.Install 名前空間 | Parameters | IsParameterTrue