Méthode | 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 | |
Résultat | System |
public Invoke ( ICallable method, object parameters ) : object | ||
method | ICallable | |
parameters | object | |
Résultat | object |
public Invoke ( string name, object parameters ) : object | ||
name | string | |
parameters | object | |
Résultat | object |
public IsNativeMethod ( string name ) : bool | ||
name | string | |
Résultat | bool |
public SetValue ( string name, object value, bool enumerable = true ) : void | ||
name | string | |
value | object | |
enumerable | bool | |
Résultat | void |