C# Class Myslik.Utils.ParsedScript

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

Public Methods

Method Description
CallMethod ( string methodName ) : object

Calls a method.

Private Methods

Method Description
IDisposable ( ) : void
ParsedScript ( ScriptEngine engine, IntPtr dispatch ) : System

Method Details

CallMethod() public method

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