public sealed class ConsoleActionPublic NotInheritable Class ConsoleAction[<SealedAttribute>]
type ConsoleAction = class end| ConsoleAction | 构造函数 |
| AllActionInfos | 所有命令信息 |
| HelpOrder | 帮助信息指令 |
| Add(String, String, Action) | 添加 |
| Add(String, String, FuncTask) | 添加 |
| Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
| GetHashCode | Serves as the default hash function. (继承自 Object。) |
| GetType | Gets the Type of the current instance. (继承自 Object。) |
| RunAsync | 执行,返回值仅表示是否有这个指令,异常获取请使用OnException |
| RunCommandLineAsync | 运行 |
| ShowAll | 显示所有注册指令 |
| ToString | Returns a string that represents the current object. (继承自 Object。) |
| OnException | 执行异常 |
| ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |