Table of Contents

Constructor ReflectionActivator

Namespace
Autofac.Core.Activators.Reflection
Assembly
Autofac.dll

ReflectionActivator(Type, IConstructorFinder, IConstructorSelector, IEnumerable<Parameter>, IEnumerable<Parameter>)

public ReflectionActivator(Type implementationType, IConstructorFinder constructorFinder, IConstructorSelector constructorSelector, IEnumerable<Parameter> configuredParameters, IEnumerable<Parameter> configuredProperties)

Parameters

implementationType Type
constructorFinder IConstructorFinder
constructorSelector IConstructorSelector
configuredParameters IEnumerable<Parameter>
configuredProperties IEnumerable<Parameter>