C# Класс IrcShark.Extensions.Scripting.Script

Represents a loaded script.
Наследование: System.MarshalByRefObject
Показать файл Открыть проект

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

Метод Описание
Execute ( string name, object parameters ) : object

Executes a method that is defined in the script.

Script ( IScriptEngine engine ) : System

Initializes a new instance of the Script class.

Описание методов

Execute() публичный Метод

Executes a method that is defined in the script.
public Execute ( string name, object parameters ) : object
name string The name of the method.
parameters object The parameters for the method.
Результат object

Script() публичный Метод

Initializes a new instance of the Script class.
public Script ( IScriptEngine engine ) : System
engine IScriptEngine The engine, this script was compiled with.
Результат System