C# Class IrcShark.Connectors.TerminalScripting.EchoScriptingMethod

Inheritance: IScriptMethod
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode 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 méthode

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

EchoScriptingMethod() public méthode

Initializes a new instance of the EchoScriptMethod class.
public EchoScriptingMethod ( ) : System
Résultat System

GetMethodDelegat() public méthode

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