C# Class Rhino.NativeJavaClass

Inheritance: NativeJavaObject, System.Function
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
Get ( string name, Scriptable start ) : object
GetClassName ( ) : string
GetClassObject ( ) : Type
GetDefaultValue ( Type hint ) : object
GetIds ( ) : object[]
Has ( string name, Scriptable start ) : bool
HasInstance ( Scriptable value ) : bool

Determines if prototype is a wrapped Java object and performs a Java "instanceof".

Determines if prototype is a wrapped Java object and performs a Java "instanceof". Exception: if value is an instance of NativeJavaClass, it isn't considered an instance of the Java class; this forestalls any name conflicts between java.lang.Class's methods and the static methods exposed by a JavaNativeClass.

NativeJavaClass ( ) : System
NativeJavaClass ( Scriptable scope, Type cl ) : System
NativeJavaClass ( Scriptable scope, Type cl, bool isAdapter ) : System
Put ( string name, Scriptable start, object value ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
InitMembers ( ) : void

Private Methods

Méthode Description
ConstructInternal ( object args, MemberBox ctor ) : object
ConstructSpecific ( Context cx, Scriptable scope, object args, MemberBox ctor ) : Scriptable
FindNestedClass ( Type parentClass, string name ) : Type

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

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

GetClassObject() public méthode

public GetClassObject ( ) : Type
Résultat System.Type

GetDefaultValue() public méthode

public GetDefaultValue ( Type hint ) : object
hint System.Type
Résultat object

GetIds() public méthode

public GetIds ( ) : object[]
Résultat object[]

Has() public méthode

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

HasInstance() public méthode

Determines if prototype is a wrapped Java object and performs a Java "instanceof".
Determines if prototype is a wrapped Java object and performs a Java "instanceof". Exception: if value is an instance of NativeJavaClass, it isn't considered an instance of the Java class; this forestalls any name conflicts between java.lang.Class's methods and the static methods exposed by a JavaNativeClass.
public HasInstance ( Scriptable value ) : bool
value Scriptable
Résultat bool

InitMembers() protected méthode

protected InitMembers ( ) : void
Résultat void

NativeJavaClass() public méthode

public NativeJavaClass ( ) : System
Résultat System

NativeJavaClass() public méthode

public NativeJavaClass ( Scriptable scope, Type cl ) : System
scope Scriptable
cl System.Type
Résultat System

NativeJavaClass() public méthode

public NativeJavaClass ( Scriptable scope, Type cl, bool isAdapter ) : System
scope Scriptable
cl System.Type
isAdapter bool
Résultat System

Put() public méthode

public Put ( string name, Scriptable start, object value ) : void
name string
start Scriptable
value object
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string