C# Class IrcShark.Extensions.Scripting.Script

Represents a loaded script.
Inheritance: System.MarshalByRefObject
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
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.

Method Details

Execute() public méthode

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.
Résultat object

Script() public méthode

Initializes a new instance of the Script class.
public Script ( IScriptEngine engine ) : System
engine IScriptEngine The engine, this script was compiled with.
Résultat System