C# Class Rhino.NativeJavaArray

Inheritance: NativeJavaObject
显示文件 Open project: hazzik/Rhino.Net

Public Methods

Method Description
Get ( int index, Scriptable start ) : object
Get ( string id, Scriptable start ) : object
GetClassName ( ) : string
GetDefaultValue ( Type hint ) : object
GetIds ( ) : object[]
GetPrototype ( ) : Scriptable
Has ( int index, Scriptable start ) : bool
Has ( string id, Scriptable start ) : bool
HasInstance ( Scriptable value ) : bool
NativeJavaArray ( Scriptable scope, object array ) : System
Put ( int index, Scriptable start, object value ) : void
Put ( string id, Scriptable start, object value ) : void
Unwrap ( ) : object
Wrap ( Scriptable scope, object array ) : NativeJavaArray

Method Details

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 hint ) : object
hint System.Type
return object

GetIds() public method

public GetIds ( ) : object[]
return object[]

GetPrototype() public method

public GetPrototype ( ) : Scriptable
return Scriptable

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

HasInstance() public method

public HasInstance ( Scriptable value ) : bool
value Scriptable
return bool

NativeJavaArray() public method

public NativeJavaArray ( Scriptable scope, object array ) : System
scope Scriptable
array object
return System

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

Unwrap() public method

public Unwrap ( ) : object
return object

Wrap() public static method

public static Wrap ( Scriptable scope, object array ) : NativeJavaArray
scope Scriptable
array object
return NativeJavaArray