Method | Description | |
---|---|---|
Execute ( string code ) : object | ||
InvokeMember ( object target, string method ) : object | ||
Require ( string module ) : bool | ||
Reset ( ScriptScope scope ) : void | ||
RubyEngine ( ) : System | ||
RubyEngine ( ScriptScope scriptScope ) : System | ||
SetVariable ( string name, object value ) : void |
public InvokeMember ( object target, string method ) : object | ||
target | object | |
method | string | |
return | object |
public RubyEngine ( ScriptScope scriptScope ) : System | ||
scriptScope | ScriptScope | |
return | System |
public SetVariable ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |