C# 클래스 Rhino.Arguments

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

공개 메소드들

메소드 설명
Arguments ( NativeCall activation ) : System
Delete ( int index ) : void
Get ( int index, Scriptable start ) : object
GetClassName ( ) : string
Has ( int index, Scriptable start ) : bool
Put ( int index, Scriptable start, object value ) : void

보호된 메소드들

메소드 설명
DefineOwnProperty ( Context cx, object id, ScriptableObject desc, bool checkValid ) : void
FindInstanceIdInfo ( string s ) : int
GetInstanceIdName ( int id ) : string
GetInstanceIdValue ( int id ) : object
GetMaxInstanceId ( ) : int
GetOwnPropertyDescriptor ( Context cx, object id ) : ScriptableObject
SetInstanceIdValue ( int id, object value ) : void

비공개 메소드들

메소드 설명
Arg ( int index ) : object
GetFromActivation ( int index ) : object
GetIds ( bool getAll ) : object[]
PutIntoActivation ( int index, object value ) : void
RemoveArg ( int index ) : void
ReplaceArg ( int index, object value ) : void
SharedWithActivation ( int index ) : bool

메소드 상세

Arguments() 공개 메소드

public Arguments ( NativeCall activation ) : System
activation NativeCall
리턴 System

DefineOwnProperty() 보호된 메소드

protected DefineOwnProperty ( Context cx, object id, ScriptableObject desc, bool checkValid ) : void
cx Context
id object
desc ScriptableObject
checkValid bool
리턴 void

Delete() 공개 메소드

public Delete ( int index ) : void
index int
리턴 void

FindInstanceIdInfo() 보호된 메소드

protected FindInstanceIdInfo ( string s ) : int
s string
리턴 int

Get() 공개 메소드

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

GetClassName() 공개 메소드

public GetClassName ( ) : string
리턴 string

GetInstanceIdName() 보호된 메소드

protected GetInstanceIdName ( int id ) : string
id int
리턴 string

GetInstanceIdValue() 보호된 메소드

protected GetInstanceIdValue ( int id ) : object
id int
리턴 object

GetMaxInstanceId() 보호된 메소드

protected GetMaxInstanceId ( ) : int
리턴 int

GetOwnPropertyDescriptor() 보호된 메소드

protected GetOwnPropertyDescriptor ( Context cx, object id ) : ScriptableObject
cx Context
id object
리턴 ScriptableObject

Has() 공개 메소드

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

Put() 공개 메소드

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

SetInstanceIdValue() 보호된 메소드

protected SetInstanceIdValue ( int id, object value ) : void
id int
value object
리턴 void