C# Class Rhino.NativeCall

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

Méthodes publiques

Méthode Description
ExecIdCall ( IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
GetClassName ( ) : string

Méthodes protégées

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

Private Methods

Méthode Description
Init ( Scriptable scope, bool @sealed ) : void
NativeCall ( ) : System
NativeCall ( NativeFunction function, Scriptable scope, object args ) : System

Method Details

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

InitPrototypeId() protected méthode

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