CommandLineParser.SplitCommandLine(String) Méthode

Définition

Fractionne une chaîne en une séquence de chaînes basée sur des espaces blancs et des guillemets.

public:
 static System::Collections::Generic::IEnumerable<System::String ^> ^ SplitCommandLine(System::String ^ commandLine);
public static System.Collections.Generic.IEnumerable<string> SplitCommandLine(string commandLine);
static member SplitCommandLine : string -> seq<string>
Public Shared Iterator Function SplitCommandLine (commandLine As String) As IEnumerable(Of String)

Paramètres

commandLine
String

Chaîne d’entrée de ligne de commande.

Retours

Séquence de chaînes.

S’applique à