Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Interface IAssemblyScanner

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Scans for types that defined by TypeScannerRegistrationAttribute

Namespace: EPiServer.Framework.TypeScanner.Internal
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public interface IAssemblyScanner
Remarks

You should use ITypeScannerLookup to get hold of all scanned types rather than doing your own scan which is costly

Methods

Configure(IEnumerable<Assembly>)

Declaration
void Configure(IEnumerable<Assembly> assemblies)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.Reflection.Assembly> assemblies

GetTypes(Assembly)

Declaration
IEnumerable<Type> GetTypes(Assembly assembly)
Parameters
Type Name Description
System.Reflection.Assembly assembly
Returns
Type Description
System.Collections.Generic.IEnumerable<System.Type>

Save()

Declaration
void Save()

Extension Methods