Interface IAbpModuleDescriptor
Assembly: Volo.Abp.Core.dll
Syntax
public interface IAbpModuleDescriptor
Properties
Assembly
Declaration
Assembly Assembly { get; }
Property Value
| Type |
Description |
| System.Reflection.Assembly |
|
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
| Type |
Description |
| System.Type |
|
Extension Methods