C# Class Rhino.NativeGenerator

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

Public Methods

Method Description
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string
NativeGenerator ( Scriptable scope, NativeFunction function, object savedState ) : System

Protected Methods

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

Private Methods

Method Description
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

Method Details

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

InitPrototypeId() protected method

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

NativeGenerator() public method

public NativeGenerator ( Scriptable scope, NativeFunction function, object savedState ) : System
scope Scriptable
function NativeFunction
savedState object
return System