Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
Get ( int index, Scriptable start ) : object | ||
Get ( string id, Scriptable start ) : object | ||
GetClassName ( ) : string | ||
GetDefaultValue ( |
||
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 |
Method | Description | |
---|---|---|
ForcePackage ( string name, Scriptable scope ) : |
||
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 ( |
public Get ( int index, Scriptable start ) : object | ||
index | int | |
start | Scriptable | |
return | object |
public Get ( string id, Scriptable start ) : object | ||
id | string | |
start | Scriptable | |
return | object |
public GetDefaultValue ( |
||
ignored | ||
return | object |
public Has ( int index, Scriptable start ) : bool | ||
index | int | |
start | Scriptable | |
return | bool |
public Has ( string id, Scriptable start ) : bool | ||
id | string | |
start | Scriptable | |
return | bool |
public Put ( int index, Scriptable start, object value ) : void | ||
index | int | |
start | Scriptable | |
value | object | |
return | void |
public Put ( string id, Scriptable start, object value ) : void | ||
id | string | |
start | Scriptable | |
value | object | |
return | void |