C# Class Rhino.NativeIterator

Inheritance: IdScriptableObject
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

Private Methods

Méthode Description
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

Method Details

ExecIdCall() public méthode

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f IdFunctionObject
cx Context
scope Scriptable
thisObj Scriptable
args object
Résultat object

FindPrototypeId() protected méthode

protected FindPrototypeId ( string s ) : int
s string
Résultat int

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetStopIterationObject() public static méthode

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
Résultat object

InitPrototypeId() protected méthode

protected InitPrototypeId ( int id ) : void
id int
Résultat void