M

MacroManager.AddModule

Description:
Adds a MacroModule to the application.
public MacroModule AddModule(
	ModuleSettings moduleSettings,
	IModuleMaker maker
)
Return Value MacroModule The new module.
  • Thrown when the module name is duplicated with the existing one, or the name is too long, or the name contains invalid identifier(s), such as include "#", "%", ... and key words in C#.
  • A non-optional argument was null