CommandLineParser.SplitCommandLine(String) Metod

Definition

Delar upp en sträng i en sekvens med strängar baserat på blanksteg och citattecken.

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)

Parametrar

commandLine
String

En indatasträng för kommandoraden.

Returer

En sekvens med strängar.

Gäller för