C# Class Rhino.NativeJavaConstructor

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

Public Methods

Method Description
Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetFunctionName ( ) : string
NativeJavaConstructor ( MemberBox ctor ) : Rhino
ToString ( ) : string

Method Details

Call() public method

public Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
cx Context
scope Scriptable
thisObj Scriptable
args object
return object

GetFunctionName() public method

public GetFunctionName ( ) : string
return string

NativeJavaConstructor() public method

public NativeJavaConstructor ( MemberBox ctor ) : Rhino
ctor MemberBox
return Rhino

ToString() public method

public ToString ( ) : string
return string