Поделиться через


ParserExtensions.Parse(Parser, String) Метод

Определение

Анализирует строку командной строки.

public:
[System::Runtime::CompilerServices::Extension]
 static System::CommandLine::Parsing::ParseResult ^ Parse(System::CommandLine::Parsing::Parser ^ parser, System::String ^ commandLine);
public static System.CommandLine.Parsing.ParseResult Parse (this System.CommandLine.Parsing.Parser parser, string commandLine);
static member Parse : System.CommandLine.Parsing.Parser * string -> System.CommandLine.Parsing.ParseResult
<Extension()>
Public Function Parse (parser As Parser, commandLine As String) As ParseResult

Параметры

parser
Parser
commandLine
String

Возвращаемое значение

Комментарии

Входные данные командной строки будут разделены на токены, как если бы они были переданы в командной строке.

Применяется к