C# Class IrcShark.Connectors.TerminalScripting.EchoScriptingMethod

Inheritance: IScriptMethod
Exibir arquivo Open project: hapm/IrcShark

Public Methods

Method Description
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.

Method Details

Echo() public method

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

EchoScriptingMethod() public method

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

GetMethodDelegat() public method

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