Show / Hide Table of Contents

Interface IAbpModuleDescriptor

Namespace: Volo.Abp.Modularity
Assembly: Volo.Abp.Core.dll
Syntax
public interface IAbpModuleDescriptor

Properties

Assembly

Declaration
Assembly Assembly { get; }
Property Value
Type Description
Assembly

Dependencies

Declaration
IReadOnlyList<IAbpModuleDescriptor> Dependencies { get; }
Property Value
Type Description
IReadOnlyList<IAbpModuleDescriptor>

Instance

Declaration
IAbpModule Instance { get; }
Property Value
Type Description
IAbpModule

IsLoadedAsPlugIn

Declaration
bool IsLoadedAsPlugIn { get; }
Property Value
Type Description
System.Boolean

Type

Declaration
Type Type { get; }
Property Value
Type Description
Type

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