InstallContext.ParseCommandLine(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses the command-line parameters into a string dictionary.
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
Parameters
- args
- String[]
An array containing the command-line parameters.
Returns
A StringDictionary containing the parsed command-line parameters.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.