C# Класс Rhino.NativeIterator

Наследование: IdScriptableObject
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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