C# Class Rhino.NativeScript

Inheritance: BaseFunction
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
GetArity ( ) : int
GetClassName ( ) : string

Returns the name of this JavaScript class, "Script".

Returns the name of this JavaScript class, "Script".

GetLength ( ) : int

Méthodes protégées

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

Private Methods

Méthode Description
Compile ( Context cx, string source ) : System.Script
Decompile ( int indent, int flags ) : string
Init ( Scriptable scope, bool @sealed ) : void
NativeScript ( System.Script script ) : System
RealThis ( Scriptable thisObj, IdFunctionObject f ) : NativeScript

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

GetArity() public méthode

public GetArity ( ) : int
Résultat int

GetClassName() public méthode

Returns the name of this JavaScript class, "Script".
Returns the name of this JavaScript class, "Script".
public GetClassName ( ) : string
Résultat string

GetLength() public méthode

public GetLength ( ) : int
Résultat int

InitPrototypeId() protected méthode

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