MacroMethod Methods |
The MacroMethod type exposes the following members.
Name | Description | |
---|---|---|
AddParameter(IMacroMethodParam) |
Adds parameter to the method definition.
| |
AddParameter(String, Type, String, Boolean, Boolean) |
Adds parameter to the method definition.
| |
ExecuteMethod(Object) |
Executes given method with parameters.
| |
ExecuteMethod(EvaluationContext, Object) |
Executes given method with parameters.
| |
GetParameterComment |
Returns a comment of the index-th parameter.
| |
GetParameterName |
Returns a name of the index-th parameter.
| |
GetParameterType |
Returns a type of the index-th parameter.
|