Table of Contents

Constructor ActivatingEventArgs

Namespace
Autofac.Core
Assembly
Autofac.dll

ActivatingEventArgs(IComponentContext, Service, IComponentRegistration, IEnumerable<Parameter>, T)

public ActivatingEventArgs(IComponentContext context, Service service, IComponentRegistration component, IEnumerable<Parameter> parameters, T instance)

Parameters

context IComponentContext
service Service
component IComponentRegistration
parameters IEnumerable<Parameter>
instance T