C# Class Rhino.NativeContinuation

Inheritance: IdScriptableObject, System.Function
Show file Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
FindPrototypeId ( string s ) : int
InitPrototypeId ( int id ) : void

Method Details

Call() public method

public Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
cx Context
scope Scriptable
thisObj Scriptable
args object
return object

Construct() public method

public Construct ( Context cx, Scriptable scope, object args ) : Scriptable
cx Context
scope Scriptable
args object
return Scriptable

ExecIdCall() public method

public ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
f IdFunctionObject
cx Context
scope Scriptable
thisObj Scriptable
args object
return object

FindPrototypeId() protected method

protected FindPrototypeId ( string s ) : int
s string
return int

GetClassName() public method

public GetClassName ( ) : string
return string

GetImplementation() public method

public GetImplementation ( ) : object
return object

Init() public static method

public static Init ( Context cx, Scriptable scope, bool @sealed ) : void
cx Context
scope Scriptable
@sealed bool
return void

InitImplementation() public method

public InitImplementation ( object implementation ) : void
implementation object
return void

InitPrototypeId() protected method

protected InitPrototypeId ( int id ) : void
id int
return void

IsContinuationConstructor() public static method

public static IsContinuationConstructor ( IdFunctionObject f ) : bool
f IdFunctionObject
return bool