C# 클래스 Rhino.ImporterTopLevel

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

공개 메소드들

메소드 설명
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
Get ( string name, Scriptable start ) : object
GetClassName ( ) : string
Has ( string name, Scriptable start ) : bool
ImporterTopLevel ( ) : System
ImporterTopLevel ( Context cx ) : System
ImporterTopLevel ( Context cx, bool @sealed ) : System
Init ( Context cx, Scriptable scope, bool @sealed ) : void
InitStandardObjects ( Context cx, bool @sealed ) : void

보호된 메소드들

메소드 설명
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

비공개 메소드들

메소드 설명
GetPackageProperty ( string name, Scriptable start ) : object
ImportClass ( NativeJavaClass cl ) : void
ImportPackage ( Context cx, Scriptable thisObj, object args, System.Function funObj ) : void
ImportPackage ( NativeJavaPackage pkg ) : void
Js_construct ( Scriptable scope, object args ) : object
Js_importClass ( object args ) : object
Js_importPackage ( object args ) : object
RealThis ( Scriptable thisObj, IdFunctionObject f ) : ImporterTopLevel

메소드 상세

ExecIdCall() 공개 메소드

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f IdFunctionObject
cx Context
scope Scriptable
thisObj Scriptable
args object
리턴 object

FindPrototypeId() 보호된 메소드

protected FindPrototypeId ( string s ) : int
s string
리턴 int

Get() 공개 메소드

public Get ( string name, Scriptable start ) : object
name string
start Scriptable
리턴 object

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

Has() 공개 메소드

public Has ( string name, Scriptable start ) : bool
name string
start Scriptable
리턴 bool

ImporterTopLevel() 공개 메소드

public ImporterTopLevel ( ) : System
리턴 System

ImporterTopLevel() 공개 메소드

public ImporterTopLevel ( Context cx ) : System
cx Context
리턴 System

ImporterTopLevel() 공개 메소드

public ImporterTopLevel ( Context cx, bool @sealed ) : System
cx Context
@sealed bool
리턴 System

Init() 공개 정적인 메소드

public static Init ( Context cx, Scriptable scope, bool @sealed ) : void
cx Context
scope Scriptable
@sealed bool
리턴 void

InitPrototypeId() 보호된 메소드

protected InitPrototypeId ( int id ) : void
id int
리턴 void

InitStandardObjects() 공개 메소드

public InitStandardObjects ( Context cx, bool @sealed ) : void
cx Context
@sealed bool
리턴 void