IPlugin Interface
From AdiIRC API v2
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)
The IPlugin type exposes the following members.
| 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)
|
| Name | Description | |
|---|---|---|
| Dispose |
Called when plugin is unloaded
| |
| Initialize |
Called when plugin is loaded
|