C# 클래스 Rhino.NativeJavaPackage

상속: ScriptableObject
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

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

비공개 메소드들

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

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

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 ignored ) : object
ignored System.Type
리턴 object

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

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

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string