C# Класс Rhino.NativeGenerator

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

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

Метод Описание
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string
NativeGenerator ( Scriptable scope, NativeFunction function, object savedState ) : System

Защищенные методы

Метод Описание
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

Приватные методы

Метод Описание
Init ( ScriptableObject scope, bool @sealed ) : NativeGenerator
NativeGenerator ( ) : System

Only for constructing the prototype object.

Only for constructing the prototype object.

Resume ( Context cx, Scriptable scope, int operation, object value ) : 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

InitPrototypeId() защищенный Метод

protected InitPrototypeId ( int id ) : void
id int
Результат void

NativeGenerator() публичный Метод

public NativeGenerator ( Scriptable scope, NativeFunction function, object savedState ) : System
scope Scriptable
function NativeFunction
savedState object
Результат System