CommandLineParser.SplitCommandLine(String) Metoda

Definice

Rozdělí řetězec na posloupnost řetězců na základě prázdných znaků a uvozovek.

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)

Parametry

commandLine
String

Vstupní řetězec příkazového řádku

Návraty

Posloupnost řetězců.

Platí pro