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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.