C# Class Microsoft.JScript.ArgumentsObject

Inheritance: JSObject
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Properties

Property Type Description
callee Object
caller Object
length Object

Private Methods

Method 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 property

public Object callee
return Object

caller public property

public Object caller
return Object

length public property

public Object length
return Object