Method | Description | |
---|---|---|
DynamicObject ( ) : System | ||
DynamicObject ( IFunction function ) : System | ||
GetNames ( ) : ICollection |
||
GetValue ( string name ) : object | ||
HasName ( string name ) : bool | ||
Invoke ( ICallable method, object parameters ) : object | ||
Invoke ( string name, object parameters ) : object | ||
IsNativeMethod ( string name ) : bool | ||
RemoveValue ( string name ) : void | ||
SetValue ( string name, object value, bool enumerable = true ) : void |
public DynamicObject ( IFunction function ) : System | ||
function | IFunction | |
return | System |
public Invoke ( ICallable method, object parameters ) : object | ||
method | ICallable | |
parameters | object | |
return | object |
public Invoke ( string name, object parameters ) : object | ||
name | string | |
parameters | object | |
return | object |
public SetValue ( string name, object value, bool enumerable = true ) : void | ||
name | string | |
value | object | |
enumerable | bool | |
return | void |