Class AssemblyFinder
Inheritance
object
AssemblyFinder
Implements
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |
|---|---|
| System.Collections.Generic.IReadOnlyList<T><System.Reflection.Assembly> |
Methods
FindAll()
Declaration
public IReadOnlyList<Assembly> FindAll()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IReadOnlyList<T><System.Reflection.Assembly> |