InstallContext.ParseCommandLine(String[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将命令行参数分析到字符串字典中。
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。