C# 클래스 Rhino.NativeJavaConstructor

상속: BaseFunction
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetFunctionName ( ) : string
NativeJavaConstructor ( MemberBox ctor ) : Rhino
ToString ( ) : string

메소드 상세

Call() 공개 메소드

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

GetFunctionName() 공개 메소드

public GetFunctionName ( ) : string
리턴 string

NativeJavaConstructor() 공개 메소드

public NativeJavaConstructor ( MemberBox ctor ) : Rhino
ctor MemberBox
리턴 Rhino

ToString() 공개 메소드

public ToString ( ) : string
리턴 string