C# Class Rhino.Arguments

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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Arguments() public méthode

public Arguments ( NativeCall activation ) : System
activation NativeCall
Résultat System

DefineOwnProperty() protected méthode

protected DefineOwnProperty ( Context cx, object id, ScriptableObject desc, bool checkValid ) : void
cx Context
id object
desc ScriptableObject
checkValid bool
Résultat void

Delete() public méthode

public Delete ( int index ) : void
index int
Résultat void

FindInstanceIdInfo() protected méthode

protected FindInstanceIdInfo ( string s ) : int
s string
Résultat int

Get() public méthode

public Get ( int index, Scriptable start ) : object
index int
start Scriptable
Résultat object

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetInstanceIdName() protected méthode

protected GetInstanceIdName ( int id ) : string
id int
Résultat string

GetInstanceIdValue() protected méthode

protected GetInstanceIdValue ( int id ) : object
id int
Résultat object

GetMaxInstanceId() protected méthode

protected GetMaxInstanceId ( ) : int
Résultat int

GetOwnPropertyDescriptor() protected méthode

protected GetOwnPropertyDescriptor ( Context cx, object id ) : ScriptableObject
cx Context
id object
Résultat ScriptableObject

Has() public méthode

public Has ( int index, Scriptable start ) : bool
index int
start Scriptable
Résultat bool

Put() public méthode

public Put ( int index, Scriptable start, object value ) : void
index int
start Scriptable
value object
Résultat void

SetInstanceIdValue() protected méthode

protected SetInstanceIdValue ( int id, object value ) : void
id int
value object
Résultat void