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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.