C# Класс Rhino.NativeContinuation

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

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

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