Interface IAbpModuleDescriptor
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
Instance
Declaration
IAbpModule Instance { get; }
Property Value
IsLoadedAsPlugIn
Declaration
bool IsLoadedAsPlugIn { get; }
Property Value
Type |
Description |
System.Boolean |
|
Type
Declaration
Property Value
Extension Methods