ModuleEntryManager Class |
Namespace: CMS.Core
public class ModuleEntryManager
The ModuleEntryManager type exposes the following members.
Name | Description | |
---|---|---|
ModuleEntryManager |
Name | Description | |
---|---|---|
EnsureAppCodeModules |
Ensures modules contained in the app code assembly, which is not discoverable by default
(the web site project has no explicit assembly where the AssemblyDiscoverableAttribute
could be placed).
| |
EnsureModuleT |
Ensures that a module of the specified type is registered.
| |
GetModuleInfo |
Gets a module info object with the specified name.
| |
Init |
Initializes modules.
| |
IsModuleLoaded |
Determines whether the module info object with the specified name is available.
| |
PreInit |
Pre-initializes modules.
| |
RegisterModule |
Registers a module info object.
|