Class AssemblyFinder
Implements
Inherited Members
Namespace: Volo.Abp.Reflection
Assembly: Volo.Abp.Core.dll
Syntax
public class AssemblyFinder : IAssemblyFinder
Constructors
AssemblyFinder(IModuleContainer)
Declaration
public AssemblyFinder(IModuleContainer moduleContainer)
Parameters
| Type | Name | Description |
|---|---|---|
| IModuleContainer | moduleContainer |
Properties
Assemblies
Declaration
public IReadOnlyList<Assembly> Assemblies { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<Assembly> |
Methods
FindAll()
Declaration
public IReadOnlyList<Assembly> FindAll()
Returns
| Type | Description |
|---|---|
| IReadOnlyList<Assembly> |