C# 클래스 Rhino.NativeContinuation

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

공개 메소드들

메소드 설명
Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
Construct ( Context cx, Scriptable scope, object args ) : Scriptable
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string
GetImplementation ( ) : object
Init ( Context cx, Scriptable scope, bool @sealed ) : void
InitImplementation ( object implementation ) : void
IsContinuationConstructor ( IdFunctionObject f ) : bool

보호된 메소드들

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

메소드 상세

Call() 공개 메소드

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

Construct() 공개 메소드

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

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

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetImplementation() 공개 메소드

public GetImplementation ( ) : object
리턴 object

Init() 공개 정적인 메소드

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

InitImplementation() 공개 메소드

public InitImplementation ( object implementation ) : void
implementation object
리턴 void

InitPrototypeId() 보호된 메소드

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

IsContinuationConstructor() 공개 정적인 메소드

public static IsContinuationConstructor ( IdFunctionObject f ) : bool
f IdFunctionObject
리턴 bool