ParserExtensions Class

Definition

Provides extension methods for parsers.

public ref class ParserExtensions abstract sealed
public static class ParserExtensions
type ParserExtensions = class
Public Module ParserExtensions
Inheritance
ParserExtensions

Methods

Invoke(Parser, String, IConsole)

Parses a command line string value and invokes the handler for the indicated command.

Invoke(Parser, String[], IConsole)

Parses a command line string array and invokes the handler for the indicated command.

InvokeAsync(Parser, String, IConsole)

Parses a command line string value and invokes the handler for the indicated command.

InvokeAsync(Parser, String[], IConsole)

Parses a command line string array and invokes the handler for the indicated command.

Parse(Parser, String)

Parses a command line string.

Applies to