Property | Type | Description | |
---|---|---|---|
GetParamInfo |
Method | Description | |
---|---|---|
FunctionInfo ( string name, object instance, |
Creates a new instance
|
|
GetParameterType ( string parameter ) : |
Returns the type of a specific parameter
|
|
Invoke ( object>.Dictionary |
Invokes the method with a given parameter set
|
Method | Description | |
---|---|---|
GetParamInfo ( string parameter ) : |
public FunctionInfo ( string name, object instance, |
||
name | string | A custom name |
instance | object | The instance to call the function on |
info | The function info itself | |
return | System |
public GetParameterType ( string parameter ) : |
||
parameter | string | The parameter |
return |
public Invoke ( object>.Dictionary |
||
parameters | object>.Dictionary | The parameters |
return | object |