C# Class IrcShark.Extensions.ExtensionContext

The ExtensionContext class saves informations about the context, the Extension is running in.
The context of an extension holds all information an extension needs to run. It gives access to all needed informations as propertys.
Inheritance: System.MarshalByRefObject, IContext
Show file Open project: hapm/IrcShark Class Usage Examples

Private Methods

Method Description
ExtensionContext ( IrcSharkApplication app, ExtensionInfo info ) : System

Initializes a new instance of the ExtensionContext class.

ExtensionContext ( IrcSharkApplication app, IExtension ext ) : System

Initializes a new instance of the ExtensionContext class.

ExtensionContext ( IrcSharkApplication app, Mono node ) : System

Initializes a new instance of the ExtensionContext class.