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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.