CommandExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 Command 的擴充方法。
public ref class CommandExtensions abstract sealed
public static class CommandExtensions
type CommandExtensions = class
Public Module CommandExtensions
- 繼承
-
CommandExtensions
方法
Invoke(Command, String, IConsole) |
剖析並叫用命令。 |
Invoke(Command, String[], IConsole) |
剖析並叫用命令。 |
InvokeAsync(Command, String, IConsole) |
剖析並叫用命令。 |
InvokeAsync(Command, String[], IConsole) |
剖析並叫用命令。 |
Parse(Command, String) |
使用指定的命令剖析命令列字串值。 |
Parse(Command, String[]) |
使用指定的命令剖析陣列字串。 |