Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ITypeScannerLookup

Interface for all scanned types matching types defined in TypeScannerRegistrationAttribute

Namespace: EPiServer.Framework.TypeScanner
Assembly: EPiServer.Framework.dll
Version: 12.0.3
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