C# 클래스 Rhino.NativeIterator

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

공개 메소드들

메소드 설명
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string
GetStopIterationObject ( Scriptable scope ) : object

Get the value of the "StopIteration" object.

Get the value of the "StopIteration" object. Note that this value is stored in the top-level scope using "associateValue" so the value can still be found even if a script overwrites or deletes the global "StopIteration" property.

보호된 메소드들

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

비공개 메소드들

메소드 설명
Init ( ScriptableObject scope, bool @sealed ) : void
JsConstructor ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
NativeIterator ( ) : System

Only for constructing the prototype object.

Only for constructing the prototype object.

NativeIterator ( object objectIterator ) : System
Next ( Context cx, Scriptable scope ) : object

메소드 상세

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

GetStopIterationObject() 공개 정적인 메소드

Get the value of the "StopIteration" object.
Get the value of the "StopIteration" object. Note that this value is stored in the top-level scope using "associateValue" so the value can still be found even if a script overwrites or deletes the global "StopIteration" property.
public static GetStopIterationObject ( Scriptable scope ) : object
scope Scriptable a scope whose parent chain reaches a top-level scope
리턴 object

InitPrototypeId() 보호된 메소드

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