Click or drag to resize

PreparingEventArgs Constructor

Initializes a new instance of the PreparingEventArgs class.

Namespace:  Autofac.Core
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public PreparingEventArgs(
	IComponentContext context,
	Service service,
	IComponentRegistration component,
	IEnumerable<Parameter> parameters
)

Parameters

context
Type: AutofacIComponentContext
The context.
service
Type: Autofac.CoreService
The service being resolved.
component
Type: Autofac.CoreIComponentRegistration
The component.
parameters
Type: System.Collections.GenericIEnumerableParameter
The parameters.
See Also