Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
Function ( ) : System |
public Function ( string parameterNames, ICommand body ) : System | ||
parameterNames | string | |
body | ICommand | |
Результат | System |
public Function ( string parameterNames, ICommand body, IContext context ) : System | ||
parameterNames | string | |
body | ICommand | |
context | IContext | |
Результат | System |
public Invoke ( IContext context, object @this, object arguments ) : object | ||
context | IContext | |
@this | object | |
arguments | object | |
Результат | object |
public NewInstance ( object parameters ) : object | ||
parameters | object | |
Результат | object |