C# Class Microsoft.JScript.ArgumentsObject

Inheritance: JSObject
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
callee Object
caller Object
length Object

Private Methods

Méthode Description
ArgumentsObject ( ScriptObject parent, Object arguments, FunctionObject function, Closure callee, ScriptObject scope, ArgumentsObject caller ) : System
GetMemberValue ( String name ) : Object
GetValueAtIndex ( uint index ) : Object
SetValueAtIndex ( uint index, Object value ) : void
ToArray ( ) : Object[]

Property Details

callee public_oe property

public Object callee
Résultat Object

caller public_oe property

public Object caller
Résultat Object

length public_oe property

public Object length
Résultat Object