C# 클래스 Rhino.NativeJavaArray

상속: NativeJavaObject
파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 메소드들

메소드 설명
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

메소드 상세

Get() 공개 메소드

public Get ( int index, Scriptable start ) : object
index int
start Scriptable
리턴 object

Get() 공개 메소드

public Get ( string id, Scriptable start ) : object
id string
start Scriptable
리턴 object

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetDefaultValue() 공개 메소드

public GetDefaultValue ( Type hint ) : object
hint System.Type
리턴 object

GetIds() 공개 메소드

public GetIds ( ) : object[]
리턴 object[]

GetPrototype() 공개 메소드

public GetPrototype ( ) : Scriptable
리턴 Scriptable

Has() 공개 메소드

public Has ( int index, Scriptable start ) : bool
index int
start Scriptable
리턴 bool

Has() 공개 메소드

public Has ( string id, Scriptable start ) : bool
id string
start Scriptable
리턴 bool

HasInstance() 공개 메소드

public HasInstance ( Scriptable value ) : bool
value Scriptable
리턴 bool

NativeJavaArray() 공개 메소드

public NativeJavaArray ( Scriptable scope, object array ) : System
scope Scriptable
array object
리턴 System

Put() 공개 메소드

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

Put() 공개 메소드

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

Unwrap() 공개 메소드

public Unwrap ( ) : object
리턴 object

Wrap() 공개 정적인 메소드

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