C# Class Rhino.IdFunctionObject

Inheritance: BaseFunction
Afficher le fichier Open project: hazzik/Rhino.Net Class Usage Examples

Méthodes publiques

Méthode Description
AddAsProperty ( Scriptable target ) : void
Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
CreateObject ( Context cx, Scriptable scope ) : Scriptable
ExportAsScopeProperty ( ) : void
GetArity ( ) : int
GetFunctionName ( ) : string
GetLength ( ) : int
GetPrototype ( ) : Scriptable
HasTag ( object tag ) : bool
IdFunctionObject ( IdFunctionCall idcall, object tag, int id, int arity ) : System
IdFunctionObject ( IdFunctionCall idcall, object tag, int id, string name, int arity, Scriptable scope ) : System
InitFunction ( string name, Scriptable scope ) : void
MarkAsConstructor ( Scriptable prototypeProperty ) : void
MethodId ( ) : int
Unknown ( ) : Exception

Private Methods

Méthode Description
Decompile ( int indent, int flags ) : string

Method Details

AddAsProperty() public méthode

public AddAsProperty ( Scriptable target ) : void
target Scriptable
Résultat void

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

CreateObject() public méthode

public CreateObject ( Context cx, Scriptable scope ) : Scriptable
cx Context
scope Scriptable
Résultat Scriptable

ExportAsScopeProperty() public méthode

public ExportAsScopeProperty ( ) : void
Résultat void

GetArity() public méthode

public GetArity ( ) : int
Résultat int

GetFunctionName() public méthode

public GetFunctionName ( ) : string
Résultat string

GetLength() public méthode

public GetLength ( ) : int
Résultat int

GetPrototype() public méthode

public GetPrototype ( ) : Scriptable
Résultat Scriptable

HasTag() public méthode

public HasTag ( object tag ) : bool
tag object
Résultat bool

IdFunctionObject() public méthode

public IdFunctionObject ( IdFunctionCall idcall, object tag, int id, int arity ) : System
idcall IdFunctionCall
tag object
id int
arity int
Résultat System

IdFunctionObject() public méthode

public IdFunctionObject ( IdFunctionCall idcall, object tag, int id, string name, int arity, Scriptable scope ) : System
idcall IdFunctionCall
tag object
id int
name string
arity int
scope Scriptable
Résultat System

InitFunction() public méthode

public InitFunction ( string name, Scriptable scope ) : void
name string
scope Scriptable
Résultat void

MarkAsConstructor() public méthode

public MarkAsConstructor ( Scriptable prototypeProperty ) : void
prototypeProperty Scriptable
Résultat void

MethodId() public méthode

public MethodId ( ) : int
Résultat int

Unknown() public méthode

public Unknown ( ) : Exception
Résultat System.Exception