Interface IAbpModuleDescriptor
Assembly: Volo.Abp.Core.dll
Syntax
public interface IAbpModuleDescriptor
Properties
AllAssemblies
Declaration
Assembly[] AllAssemblies { get; }
Property Value
Assembly
Declaration
Assembly Assembly { get; }
Property Value
Dependencies
Declaration
IReadOnlyList<IAbpModuleDescriptor> Dependencies { get; }
Property Value
Instance
Declaration
IAbpModule Instance { get; }
Property Value
IsLoadedAsPlugIn
Declaration
bool IsLoadedAsPlugIn { get; }
Property Value
Type
Declaration
Property Value
Extension Methods