Method | Description | |
---|---|---|
BaseObject ( IType type ) : System | ||
GetValue ( string name ) : object | ||
Invoke ( string name, Context context, object parameters ) : object | ||
SetValue ( string name, object value ) : void |
public Invoke ( string name, Context context, object parameters ) : object | ||
name | string | |
context | Context | |
parameters | object | |
return | object |
public SetValue ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |