Method | Description | |
---|---|---|
Invoke ( IContext context, object @this, object arguments ) : object | ||
NewInstance ( object parameters ) : object | ||
StringFunction ( IContext context ) : System |
Method | Description | |
---|---|---|
ToString ( IContext context, object @this, object arguments ) : object |
public Invoke ( IContext context, object @this, object arguments ) : object | ||
context | IContext | |
@this | object | |
arguments | object | |
return | object |
public NewInstance ( object parameters ) : object | ||
parameters | object | |
return | object |
public StringFunction ( IContext context ) : System | ||
context | IContext | |
return | System |