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.
|
public Execute ( string name, object parameters ) : object | ||
name | string | The name of the method. |
parameters | object | The parameters for the method. |
Résultat | object |
public Script ( IScriptEngine engine ) : System | ||
engine | IScriptEngine | The engine, this script was compiled with. |
Résultat | System |