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
implementationTypeTypeconstructorFinderIConstructorFinderconstructorSelectorIConstructorSelectorconfiguredParametersIEnumerable<Parameter>configuredPropertiesIEnumerable<Parameter>