IPlugin Interface |
Namespace: AdiIRCAPIv2.Interfaces
public interface IPlugin
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
|