Show / Hide Table of Contents

Class ModuleManager

Inheritance
System.Object
ModuleManager
Implements
IModuleManager
ISingletonDependency
Namespace: Volo.Abp.Modularity
Assembly: Volo.Abp.Core.dll
Syntax
public class ModuleManager : object, 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
ILogger<ModuleManager> logger
IOptions<AbpModuleLifecycleOptions> options
IServiceProvider serviceProvider

Methods

InitializeModules(ApplicationInitializationContext)

Declaration
public void InitializeModules(ApplicationInitializationContext context)
Parameters
Type Name Description
ApplicationInitializationContext context

ShutdownModules(ApplicationShutdownContext)

Declaration
public void ShutdownModules(ApplicationShutdownContext context)
Parameters
Type Name Description
ApplicationShutdownContext context

Implements

IModuleManager
ISingletonDependency

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft