Click or drag to resize

UtilityPlugin Properties

返回用户文档首页

The UtilityPlugin type exposes the following members.

Properties
 NameDescription
Public propertyConfigPrefix 插件存储的配置文件名称前缀,默认为$CONFIG$,子类可重写此属性以修改前缀
(Inherited from Plugin)
Public propertyDebugMode 返回True, 代表当前为调试模式,系统不会处理插件的任何错误,方便插件调试 返回False,代表当前为生产模式,系统会默认处理所有异常,不会因插件错误中断运行
(Inherited from Plugin)
Public propertyFilePath 插件文件路劲,由系统设置,开发者不应修改此项
Public propertyGuid 插件GUID,子类需要重写此属性以返回插件自身的GUID,否则插件无法正常运行
(Inherited from Plugin)
Public propertyPluginDataPrefix 插件所有数据文件名称前缀,默认为CFG_PLUGIN_PROPS_,子类可重写此属性以修改前缀
(Inherited from Plugin)
Public propertyRuntimeConfigName 插件运行时属性配置名称,默认为$RUNTIME$,子类可重写此属性以修改此名称
(Inherited from Plugin)
Public propertySupportShortCut 是否支持快捷键调用
Public propertyUtilityButtonText 作为工具栏按钮时显示的文本
Public propertyUtilityDescription 功能描述
Public propertyUtilityName 工具名称
Public propertyUtilityShortDescription 工具简介,会显示在Tip提示中
Top
See Also