Class ModuleManager
Inheritance
object
ModuleManager
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Modularity
Assembly: Volo.Abp.Core.dll
Syntax
public class ModuleManager : IModuleManager, ISingletonDependency
Constructors
ModuleManager(IModuleContainer, ILogger<ModuleManager>, IOptions<AbpModuleLifecycleOptions>, IServiceProvider)
Declaration
public ModuleManager(IModuleContainer moduleContainer, ILogger<ModuleManager> logger, IOptions<AbpModuleLifecycleOptions> options, IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
IModuleContainer | moduleContainer | |
Microsoft.Extensions.Logging.ILogger<TCategoryName><ModuleManager> | logger | |
Microsoft.Extensions.Options.IOptions<TOptions><AbpModuleLifecycleOptions> | options | |
System.IServiceProvider | serviceProvider |
Methods
InitializeModules(ApplicationInitializationContext)
Declaration
public void InitializeModules(ApplicationInitializationContext context)
Parameters
Type | Name | Description |
---|---|---|
ApplicationInitializationContext | context |
InitializeModulesAsync(ApplicationInitializationContext)
Declaration
public virtual Task InitializeModulesAsync(ApplicationInitializationContext context)
Parameters
Type | Name | Description |
---|---|---|
ApplicationInitializationContext | context |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
ShutdownModules(ApplicationShutdownContext)
Declaration
public void ShutdownModules(ApplicationShutdownContext context)
Parameters
Type | Name | Description |
---|---|---|
ApplicationShutdownContext | context |
ShutdownModulesAsync(ApplicationShutdownContext)
Declaration
public virtual Task ShutdownModulesAsync(ApplicationShutdownContext context)
Parameters
Type | Name | Description |
---|---|---|
ApplicationShutdownContext | context |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |