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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.