Class ToolkitBase<T>
工具基类
public class ToolkitBase<T> : ModuleBase<T> where T : ConfigBase, new()
Type Parameters
T工具配置类型
- Inheritance
-
ModuleBase<T>ToolkitBase<T>
- Derived
- Inherited Members
- Extension Methods
Properties
ToolkitCategory
工具类别
public ToolkitCategory ToolkitCategory { get; set; }
Property Value
VisibleDebugLog
显示调试日志
public bool VisibleDebugLog { get; set; }
Property Value
Methods
NotifyGAdd(string)
信息提示
public void NotifyGAdd(string content)
Parameters
contentstring内容
NotifyGError(string)
错误提示
public void NotifyGError(string content)
Parameters
contentstring内容