Method | Description | |
---|---|---|
AddHandler ( object value ) : void | ||
CanInvoke ( ) : bool | ||
GetValue ( ) : object | ||
Invoke ( IScriptContext context, object args ) : object | ||
NameSpaceBind ( string name ) : System | ||
RemoveHandler ( object value ) : void | ||
SetValue ( object value ) : void |
public Invoke ( IScriptContext context, object args ) : object | ||
context | IScriptContext | |
args | object | |
return | object |
public NameSpaceBind ( string name ) : System | ||
name | string | |
return | System |