C# Class Rhino.ImporterTopLevel

Inheritance: TopLevel
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
Get ( string name, Scriptable start ) : object
GetClassName ( ) : string
Has ( string name, Scriptable start ) : bool
ImporterTopLevel ( ) : System
ImporterTopLevel ( Context cx ) : System
ImporterTopLevel ( Context cx, bool @sealed ) : System
Init ( Context cx, Scriptable scope, bool @sealed ) : void
InitStandardObjects ( Context cx, bool @sealed ) : void

Méthodes protégées

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

Private Methods

Méthode Description
GetPackageProperty ( string name, Scriptable start ) : object
ImportClass ( NativeJavaClass cl ) : void
ImportPackage ( Context cx, Scriptable thisObj, object args, System.Function funObj ) : void
ImportPackage ( NativeJavaPackage pkg ) : void
Js_construct ( Scriptable scope, object args ) : object
Js_importClass ( object args ) : object
Js_importPackage ( object args ) : object
RealThis ( Scriptable thisObj, IdFunctionObject f ) : ImporterTopLevel

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

Get() public méthode

public Get ( string name, Scriptable start ) : object
name string
start Scriptable
Résultat object

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

Has() public méthode

public Has ( string name, Scriptable start ) : bool
name string
start Scriptable
Résultat bool

ImporterTopLevel() public méthode

public ImporterTopLevel ( ) : System
Résultat System

ImporterTopLevel() public méthode

public ImporterTopLevel ( Context cx ) : System
cx Context
Résultat System

ImporterTopLevel() public méthode

public ImporterTopLevel ( Context cx, bool @sealed ) : System
cx Context
@sealed bool
Résultat System

Init() public static méthode

public static Init ( Context cx, Scriptable scope, bool @sealed ) : void
cx Context
scope Scriptable
@sealed bool
Résultat void

InitPrototypeId() protected méthode

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

InitStandardObjects() public méthode

public InitStandardObjects ( Context cx, bool @sealed ) : void
cx Context
@sealed bool
Résultat void