C# 클래스 IrcShark.Connectors.TerminalScripting.EchoScriptingMethod

상속: IScriptMethod
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
Echo ( string line ) : void

Writes a line to the Terminal of the TerminalExtension.

EchoScriptingMethod ( ) : System

Initializes a new instance of the EchoScriptMethod class.

GetMethodDelegat ( ScriptingExtension scripting ) : Delegate

Gets the delegate of this method.

메소드 상세

Echo() 공개 메소드

Writes a line to the Terminal of the TerminalExtension.
public Echo ( string line ) : void
line string
리턴 void

EchoScriptingMethod() 공개 메소드

Initializes a new instance of the EchoScriptMethod class.
public EchoScriptingMethod ( ) : System
리턴 System

GetMethodDelegat() 공개 메소드

Gets the delegate of this method.
public GetMethodDelegat ( ScriptingExtension scripting ) : Delegate
scripting IrcShark.Extensions.Scripting.ScriptingExtension The ScriptingExtension instance.
리턴 System.Delegate