London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ReflectionAssemblyScanner

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Scans for the presence of types

Inheritance
System.Object
ReflectionAssemblyScanner
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Framework.TypeScanner.Internal
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public class ReflectionAssemblyScanner : IAssemblyScanner

Constructors

ReflectionAssemblyScanner()

Declaration
public ReflectionAssemblyScanner()

Methods

Configure(IEnumerable<Assembly>)

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

GetTypes(Assembly)

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

Save()

Declaration
public void Save()

Implements

Extension Methods