Interface ITypeFinder
Used to get types in the application. It may not return all types, but those are related with modules.
Namespace: Volo.Abp.Reflection
Assembly: Volo.Abp.Core.dll
Syntax
public interface ITypeFinder
Properties
Types
Declaration
IReadOnlyList<Type> Types { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<Type> |