Click or drag to resize

IPlugin Interface

Inherit from this class in your plugin, e.g class MyPlugin : IPlugin

Namespace:  AdiIRCAPI
Assembly:  AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
public interface IPlugin

The IPlugin type exposes the following members.

Properties
  NameDescription
Public propertyAuthor
Get/Set your name/nick
Public propertyDescription
Get/Set plugin description
Public propertyEmail
Your email for support, optional, set to "" if you dont want to provide a email.
Public propertyHost
Returns current plugin manager
Public propertyName
Get/Set plugin name
Public propertyTools
Returns ITools reference
Public propertyVersion
Get/Set plugin version
Top
Methods
  NameDescription
Public methodDispose
Called when plugin is unloaded
Public methodInitialize
Called when plugin is loaded
Top
See Also