C# Class Rhino.NativeJavaPackage

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
Get ( int index, Scriptable start ) : object
Get ( string id, Scriptable start ) : object
GetClassName ( ) : string
GetDefaultValue ( Type ignored ) : object
GetHashCode ( ) : int
Has ( int index, Scriptable start ) : bool
Has ( string id, Scriptable start ) : bool
Put ( int index, Scriptable start, object value ) : void
Put ( string id, Scriptable start, object value ) : void
ToString ( ) : string

Private Methods

Méthode Description
ForcePackage ( string name, Scriptable scope ) : NativeJavaPackage
GetPkgProperty ( string name, Scriptable start, bool createPkg ) : object
NativeJavaPackage ( bool internalUsage, string packageName, ClassLoader classLoader ) : System
NativeJavaPackage ( string packageName ) : System
NativeJavaPackage ( string packageName, ClassLoader classLoader ) : System
ReadObject ( ObjectInputStream @in ) : void

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Get() public méthode

public Get ( int index, Scriptable start ) : object
index int
start Scriptable
Résultat object

Get() public méthode

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

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetDefaultValue() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Has() public méthode

public Has ( int index, Scriptable start ) : bool
index int
start Scriptable
Résultat bool

Has() public méthode

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

Put() public méthode

public Put ( int index, Scriptable start, object value ) : void
index int
start Scriptable
value object
Résultat void

Put() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string