C# 클래스 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.
상속: System.MarshalByRefObject, IContext
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

비공개 메소드들

메소드 설명
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.