C# 클래스 IrcShark.Extensions.Extension

상속: System.MarshalByRefObject
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

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

보호된 메소드들

메소드 설명
Extension ( ) : System

Initializes a new instance of the Extension class.

Extension ( ExtensionContext context ) : System

Initializes a new instance of the Extension class.

메소드 상세

Extension() 보호된 메소드

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

Extension() 보호된 메소드

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

Extension() 공개 메소드

public Extension ( String Name, ExtensionInfo ownInfo ) : System
Name String
ownInfo ExtensionInfo
리턴 System

Start() 공개 추상적인 메소드

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

Stop() 공개 추상적인 메소드

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