Autofac .NET Inversion of Control Container
IComponentContext Interface
NamespacesAutofacIComponentContext
The context in which a service can be accessed or a component's dependencies resolved. Disposal of a context will dispose any owned components.
Declaration Syntax
C#Visual BasicVisual C++
public interface IComponentContext
Public Interface IComponentContext
public interface class IComponentContext
Members
All MembersMethodsProperties



IconMemberDescription
ComponentRegistry
Associates services with the components that provide them.

Resolve(IComponentRegistration, IEnumerable<(Of <(Parameter>)>))
Resolve an instance of the provided registration within the context.

Assembly: Autofac (Module: Autofac) Version: 2.1.13.813 (2.1.13.813)