- 命名空间: Limyee.Extensibility.Api.Version1
- 程序集: Limyee.Components.dll
定义
interface IPlugin { string Description { get; } string Name { get; } void Initialize(); }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
Description |
string |
Description of the plugins functionality |
||
Name |
string |
Name of the plugin |
方法
void Initialize();
Called after all enabled plugins are instantiated by the plugin manager. Initialize() should be used to register event handlers and perform other initialization processes.