C# Class Rhino.NativeContinuation

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

Méthodes publiques

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

Méthodes protégées

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

Method Details

Call() public méthode

public Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
cx Context
scope Scriptable
thisObj Scriptable
args object
Résultat object

Construct() public méthode

public Construct ( Context cx, Scriptable scope, object args ) : Scriptable
cx Context
scope Scriptable
args object
Résultat Scriptable

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

GetImplementation() public méthode

public GetImplementation ( ) : object
Résultat object

Init() public static méthode

public static Init ( Context cx, Scriptable scope, bool @sealed ) : void
cx Context
scope Scriptable
@sealed bool
Résultat void

InitImplementation() public méthode

public InitImplementation ( object implementation ) : void
implementation object
Résultat void

InitPrototypeId() protected méthode

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

IsContinuationConstructor() public static méthode

public static IsContinuationConstructor ( IdFunctionObject f ) : bool
f IdFunctionObject
Résultat bool