C# Class IrcShark.Extensions.Extension

Inheritance: System.MarshalByRefObject
Datei anzeigen Open project: hapm/IrcShark

Public Methods

Method Description
Extension ( String Name, ExtensionInfo ownInfo ) : System
Start ( ExtensionContext context ) : void

Starts the extension after the initialisation of IrcShark.

Stop ( ) : void

Stops the extension before IrcShark quits or the extension is unloaded.

Protected Methods

Method Description
Extension ( ) : System

Initializes a new instance of the Extension class.

Extension ( ExtensionContext context ) : System

Initializes a new instance of the Extension class.

Method Details

Extension() protected method

Initializes a new instance of the Extension class.
protected Extension ( ) : System
return System

Extension() protected method

Initializes a new instance of the Extension class.
protected Extension ( ExtensionContext context ) : System
context ExtensionContext
return System

Extension() public method

public Extension ( String Name, ExtensionInfo ownInfo ) : System
Name String
ownInfo ExtensionInfo
return System

Start() public abstract method

Starts the extension after the initialisation of IrcShark.
public abstract Start ( ExtensionContext context ) : void
context ExtensionContext
return void

Stop() public abstract method

Stops the extension before IrcShark quits or the extension is unloaded.
public abstract Stop ( ) : void
return void