C# Class Rhino.ScriptRuntime.NoSuchMethodShim

Inheritance: Callable
显示文件 Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method Description
Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object

Perform the call.

Perform the call.

Private Methods

Method Description
NoSuchMethodShim ( Callable noSuchMethodMethod, string methodName ) : System

Method Details

Call() public method

Perform the call.
Perform the call.
public Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
cx Context the current Context for this thread
scope Scriptable the scope to use to resolve properties.
thisObj Scriptable the JavaScript this object
args object the array of arguments
return object