C# Class Rhino.NativeJavaPackage

Inheritance: ScriptableObject
Datei anzeigen Open project: hazzik/Rhino.Net Class Usage Examples

Public Methods

Method 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

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

Get() public method

public Get ( int index, Scriptable start ) : object
index int
start Scriptable
return object

Get() public method

public Get ( string id, Scriptable start ) : object
id string
start Scriptable
return object

GetClassName() public method

public GetClassName ( ) : string
return string

GetDefaultValue() public method

public GetDefaultValue ( Type ignored ) : object
ignored System.Type
return object

GetHashCode() public method

public GetHashCode ( ) : int
return int

Has() public method

public Has ( int index, Scriptable start ) : bool
index int
start Scriptable
return bool

Has() public method

public Has ( string id, Scriptable start ) : bool
id string
start Scriptable
return bool

Put() public method

public Put ( int index, Scriptable start, object value ) : void
index int
start Scriptable
value object
return void

Put() public method

public Put ( string id, Scriptable start, object value ) : void
id string
start Scriptable
value object
return void

ToString() public method

public ToString ( ) : string
return string