Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Interface ITypeScannerLookup

Interface to store and retrieve scanned types found by the IAssemblyScanner.

Namespace: EPiServer.Framework.TypeScanner
Assembly: EPiServer.Framework.dll
Version: 7.19.2
Syntax
public interface ITypeScannerLookup

Properties

AllTypes

All scanned types matching types defined in TypeScannerRegistrationAttribute

Declaration
IEnumerable<Type> AllTypes { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.Type>

Extension Methods