Class AbpModuleDescriptor
Inheritance
System.Object
AbpModuleDescriptor
Assembly: Volo.Abp.Core.dll
Syntax
public class AbpModuleDescriptor : object, IAbpModuleDescriptor
Constructors
AbpModuleDescriptor(Type, IAbpModule, Boolean)
Declaration
public AbpModuleDescriptor(Type type, IAbpModule instance, bool isLoadedAsPlugIn)
Parameters
Type |
Name |
Description |
Type |
type |
|
IAbpModule |
instance |
|
System.Boolean |
isLoadedAsPlugIn |
|
Properties
Assembly
Declaration
public Assembly Assembly { get; }
Property Value
Type |
Description |
Assembly |
|
Dependencies
Declaration
public IReadOnlyList<IAbpModuleDescriptor> Dependencies { get; }
Property Value
Instance
Declaration
public IAbpModule Instance { get; }
Property Value
IsLoadedAsPlugIn
Declaration
public bool IsLoadedAsPlugIn { get; }
Property Value
Type |
Description |
System.Boolean |
|
Type
Declaration
public Type Type { get; }
Property Value
Methods
AddDependency(IAbpModuleDescriptor)
Declaration
public void AddDependency(IAbpModuleDescriptor descriptor)
Parameters
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods