Click or drag to resize

IComponentContextResolveComponent Method

Resolve an instance of the provided registration within the context.

Namespace:  Autofac
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
Object ResolveComponent(
	ResolveRequest request
)

Parameters

request
Type: AutofacResolveRequest
The resolve request.

Return Value

Type: Object
The component instance.
Exceptions
See Also