C# Class Rhino.NativeJavaArray

Inheritance: NativeJavaObject
Afficher le fichier Open project: hazzik/Rhino.Net

Méthodes publiques

Méthode 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 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 hint ) : object
hint System.Type
Résultat object

GetIds() public méthode

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

GetPrototype() public méthode

public GetPrototype ( ) : Scriptable
Résultat Scriptable

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

HasInstance() public méthode

public HasInstance ( Scriptable value ) : bool
value Scriptable
Résultat bool

NativeJavaArray() public méthode

public NativeJavaArray ( Scriptable scope, object array ) : System
scope Scriptable
array object
Résultat System

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

Unwrap() public méthode

public Unwrap ( ) : object
Résultat object

Wrap() public static méthode

public static Wrap ( Scriptable scope, object array ) : NativeJavaArray
scope Scriptable
array object
Résultat NativeJavaArray