IPlugin Interface

AdiIRC API v2

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
public interface IPlugin
Public Interface IPlugin
public interface class IPlugin
type IPlugin =  interface end

The IPlugin type exposes the following members.

Properties
  NameDescription
Public propertyPluginAuthor
Get/Set your name/nick. (optional)
Public propertyPluginDescription
Get/Set plugin description. (optional)
Public propertyPluginEmail
Your email for support. (optional)
Public propertyPluginName
Get/Set plugin name. (optional)
Public propertyPluginVersion
Get/Set plugin version. (optional)
Top
Methods
  NameDescription
Public methodDispose
Called when plugin is unloaded
Public methodInitialize
Called when plugin is loaded
Top
See Also