MacroManager.AddModule
Description:
Adds a MacroModule to the application.
Adds a MacroModule to the application.
public MacroModule AddModule(
ModuleSettings moduleSettings,
IModuleMaker maker
)
-
moduleSettingsThe module settings.
-
makerThe interface to create module project.
-
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