C# Class Myslik.Utils.ParsedScript

Defines a pre-parsed script object that can be evaluated at runtime.
Inheritance: IDisposable
Afficher le fichier Open project: Myslik/csharp-ember-handlebars Class Usage Examples

Méthodes publiques

Méthode Description
CallMethod ( string methodName ) : object

Calls a method.

Private Methods

Méthode Description
IDisposable ( ) : void
ParsedScript ( ScriptEngine engine, IntPtr dispatch ) : System

Method Details

CallMethod() public méthode

Calls a method.
public CallMethod ( string methodName ) : object
methodName string The method name. May not be null.
Résultat object