🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# PluginExtendExtension.GetCommandList 方法 ## 注释 ~~~ 获取命令列表复制代码 ~~~ ## 语法 ~~~ public static Dictionary<string, PluginCommandDB> GetCommandList( this PluginConfigBase config, bool isre = false //是否重新加载); ~~~ ## 参数 | 名称 | 说明 | | --- | --- | | config | | | isre | 是否重新加载 |