Class AbpModuleDescriptor
Inheritance
object
AbpModuleDescriptor
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Modularity
Assembly: Volo.Abp.Core.dll
Syntax
public class AbpModuleDescriptor : IAbpModuleDescriptor
Constructors
AbpModuleDescriptor(Type, IAbpModule, bool)
Declaration
public AbpModuleDescriptor(Type type, IAbpModule instance, bool isLoadedAsPlugIn)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | |
IAbpModule | instance | |
bool | isLoadedAsPlugIn |
Properties
AllAssemblies
Declaration
public Assembly[] AllAssemblies { get; }
Property Value
Type | Description |
---|---|
System.Reflection.Assembly[] |
Assembly
Declaration
public Assembly Assembly { get; }
Property Value
Type | Description |
---|---|
System.Reflection.Assembly |
Dependencies
Declaration
public IReadOnlyList<IAbpModuleDescriptor> Dependencies { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<T><IAbpModuleDescriptor> |
Instance
Declaration
public IAbpModule Instance { get; }
Property Value
Type | Description |
---|---|
IAbpModule |
IsLoadedAsPlugIn
Declaration
public bool IsLoadedAsPlugIn { get; }
Property Value
Type | Description |
---|---|
bool |
Type
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
AddDependency(IAbpModuleDescriptor)
Declaration
public void AddDependency(IAbpModuleDescriptor descriptor)
Parameters
Type | Name | Description |
---|---|---|
IAbpModuleDescriptor | descriptor |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
object.ToString()