Table of Contents

Constructor FactoryGenerator

Namespace
Autofac.Features.GeneratedFactories
Assembly
Autofac.dll

FactoryGenerator(Type, Service, ParameterMapping)

public FactoryGenerator(Type delegateType, Service service, ParameterMapping parameterMapping)

Parameters

delegateType Type
service Service
parameterMapping ParameterMapping

FactoryGenerator(Type, Service, ServiceRegistration, ParameterMapping)

public FactoryGenerator(Type delegateType, Service service, ServiceRegistration productRegistration, ParameterMapping parameterMapping)

Parameters

delegateType Type
service Service
productRegistration ServiceRegistration
parameterMapping ParameterMapping