C# Class AjScript.Language.Function

Inheritance: DynamicObject, IFunction
Mostrar archivo Open project: ajlopez/AjScript

Public Methods

Method Description
Function ( string parameterNames, ICommand body ) : System
Function ( string parameterNames, ICommand body, IContext context ) : System
GetValue ( string name ) : object
Invoke ( IContext context, object @this, object arguments ) : object
NewInstance ( object parameters ) : object

Private Methods

Method Description
Function ( ) : System

Method Details

Function() public method

public Function ( string parameterNames, ICommand body ) : System
parameterNames string
body ICommand
return System

Function() public method

public Function ( string parameterNames, ICommand body, IContext context ) : System
parameterNames string
body ICommand
context IContext
return System

GetValue() public method

public GetValue ( string name ) : object
name string
return object

Invoke() public method

public Invoke ( IContext context, object @this, object arguments ) : object
context IContext
@this object
arguments object
return object

NewInstance() public method

public NewInstance ( object parameters ) : object
parameters object
return object