AdiIRCAPI.IPlugin Interface Reference

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

List of all members.

Public Member Functions

void Initialize ()
 Called when plugin is loaded.
void Dispose ()
 Called when plugin is unloaded.

Properties

IPluginHost Host [get, set]
 Returns current plugin manager.
ITools Tools [get, set]
 Returns ITools reference.
String Name [get]
 Get/Set plugin name.
String Description [get]
 Get/Set plugin description.
String Author [get]
 Get/Set your name/nick.
String Version [get]
 Get/Set plugin version.
String Email [get]
 Your email for support, optional, set to "" if you dont want to provide a email.


Detailed Description

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


Member Function Documentation

void AdiIRCAPI.IPlugin.Initialize (  ) 

Called when plugin is loaded.

void AdiIRCAPI.IPlugin.Dispose (  ) 

Called when plugin is unloaded.


Property Documentation

IPluginHost AdiIRCAPI.IPlugin.Host [get, set]

Returns current plugin manager.

ITools AdiIRCAPI.IPlugin.Tools [get, set]

Returns ITools reference.

String AdiIRCAPI.IPlugin.Name [get]

Get/Set plugin name.

String AdiIRCAPI.IPlugin.Description [get]

Get/Set plugin description.

String AdiIRCAPI.IPlugin.Author [get]

Get/Set your name/nick.

String AdiIRCAPI.IPlugin.Version [get]

Get/Set plugin version.

String AdiIRCAPI.IPlugin.Email [get]

Your email for support, optional, set to "" if you dont want to provide a email.


The documentation for this interface was generated from the following file:

Generated on Thu Mar 27 08:55:21 2008 for AdiIRCAPI by  doxygen 1.5.5