Click or drag to resize
MacroMethod Methods

The MacroMethod type exposes the following members.

Methods
  NameDescription
Public methodAddParameter(IMacroMethodParam)
Adds parameter to the method definition.
Public methodAddParameter(String, Type, String, Boolean, Boolean)
Adds parameter to the method definition.
Public methodExecuteMethod(Object)
Executes given method with parameters.
Public methodExecuteMethod(EvaluationContext, Object)
Executes given method with parameters.
Public methodGetParameterComment
Returns a comment of the index-th parameter.
Public methodGetParameterName
Returns a name of the index-th parameter.
Public methodGetParameterType
Returns a type of the index-th parameter.
Top
See Also