MacroModule.AddMacro
Description:
Adds a macro to the module.
Adds a macro to the module.
public Macro AddMacro(
string name,
string description,
string code
)
-
StringnameThe macro name.
-
StringdescriptionThe description.
-
StringcodeThe code string, which should be the lines between the main bounding brackets of a method.
Return Value
The new macro.
The new macro.
-
A non-optional argument was null
-
Cannot add the Macro due to no permission.