C# Класс IrcShark.Connectors.TerminalScripting.EchoScriptingMethod

Наследование: IScriptMethod
Показать файл Открыть проект

Открытые методы

Метод Описание
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