CommandExtensions 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 Command.
public ref class CommandExtensions abstract sealed
public static class CommandExtensions
type CommandExtensions = class
Public Module CommandExtensions
- Inheritance
-
CommandExtensions
Methods
Invoke(Command, String, IConsole) |
Parses and invokes a command. |
Invoke(Command, String[], IConsole) |
Parses and invokes a command. |
InvokeAsync(Command, String, IConsole) |
Parses and invokes a command. |
InvokeAsync(Command, String[], IConsole) |
Parses and invokes a command. |
Parse(Command, String) |
Parses a command line string value using the specified command. |
Parse(Command, String[]) |
Parses an array strings using the specified command. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.