M

MacroModule.AddMacro

Description:
Adds a macro to the module.
public Macro AddMacro(
	string name,
	string description,
	string code
)
  • String
    name
    The macro name.
  • String
    description
    The description.
  • String
    code
    The code string, which should be the lines between the main bounding brackets of a method.
Return Value The new macro. The new macro.