A Sandcastle Documented Class Library
IPlugin Interface |
Inherit from this class in your plugin, e.g class MyPlugin : IPlugin
Namespace: AdiIRCAPIv2.Interfaces
Assembly: AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
The IPlugin type exposes the following members.
Properties
Name | Description | |
---|---|---|
PluginAuthor |
Get/Set your name/nick. (optional)
| |
PluginDescription |
Get/Set plugin description. (optional)
| |
PluginEmail |
Your email for support. (optional)
| |
PluginName |
Get/Set plugin name. (optional)
| |
PluginVersion |
Get/Set plugin version. (optional)
|
Methods
Name | Description | |
---|---|---|
Dispose |
Called when plugin is unloaded
| |
Initialize |
Called when plugin is loaded
|
See Also