Interface IToolkitBase
工具基类接口
public interface IToolkitBase : IModuleBase
- Inherited Members
- Extension Methods
Properties
ToolkitCategory
工具类别
ToolkitCategory ToolkitCategory { get; set; }
Property Value
VisibleDebugLog
显示调试日志
bool VisibleDebugLog { get; set; }
Property Value
Methods
NotifyGAdd(string)
信息提示
void NotifyGAdd(string content)
Parameters
contentstring内容
NotifyGError(string)
错误提示
void NotifyGError(string content)
Parameters
contentstring内容