ParserExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |