C# Class Microsoft.JScript.ArgumentsObject

Inheritance: JSObject
显示文件 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_oe property

public Object callee
return Object

caller public_oe property

public Object caller
return Object

length public_oe property

public Object length
return Object