CommandLineParser.SplitCommandLine(String) Metodo

Definizione

Suddivide una stringa in una sequenza di stringhe in base a spazi vuoti e virgolette.

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)

Parametri

commandLine
String

Stringa di input della riga di comando.

Valori restituiti

Sequenza di stringhe.

Si applica a