Partager via


InstallContext.ParseCommandLine(String[]) Méthode

Définition

Analyse les paramètres de ligne de commande dans un dictionnaire de chaînes.

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

Paramètres

args
String[]

Tableau contenant les paramètres de ligne de commande.

Retours

StringDictionary contenant les paramètres de ligne de commande analysés.

S’applique à

Voir aussi