Autofac .NET Inversion of Control Container
Resolve Method
NamespacesAutofacResolutionExtensionsResolve()()()
Members
IconMemberDescription
Resolve<(Of <(TService>)>)(IComponentContext, Guid)
Retrieve a service from the context.

Resolve<(Of <(TService>)>)(IComponentContext, Guid, IEnumerable<(Of <(Parameter>)>))
Retrieve a service from the context.

Resolve<(Of <(TService>)>)(IComponentContext, Guid, array<Parameter>[]()[])
Retrieve a service from the context.

Resolve<(Of <(TService>)>)(IComponentContext, String)
Retrieve a service from the context.

Resolve<(Of <(TService>)>)(IComponentContext, String, IEnumerable<(Of <(Parameter>)>))
Retrieve a service from the context.

Resolve<(Of <(TService>)>)(IComponentContext, String, array<Parameter>[]()[])
Retrieve a service from the context.

Resolve<(Of <(TService>)>)(IComponentContext)
Retrieve a service from the context.

Resolve<(Of <(TService>)>)(IComponentContext, IEnumerable<(Of <(Parameter>)>))
Retrieve a service from the context.

Resolve<(Of <(TService>)>)(IComponentContext, array<Parameter>[]()[])
Retrieve a service from the context.

Resolve(IComponentContext, Type)
Retrieve a service from the context.

Resolve(IComponentContext, Type, IEnumerable<(Of <(Parameter>)>))
Retrieve a service from the context.

Resolve(IComponentContext, Type, array<Parameter>[]()[])
Retrieve a service from the context.

Resolve(IComponentContext, String, Type)
Retrieve a service from the context.

Resolve(IComponentContext, String, Type, IEnumerable<(Of <(Parameter>)>))
Retrieve a service from the context.

Resolve(IComponentContext, String, Type, array<Parameter>[]()[])
Retrieve a service from the context.

Resolve(IComponentContext, Service)
Retrieve a service from the context.

Resolve(IComponentContext, Service, IEnumerable<(Of <(Parameter>)>))
Retrieve a service from the context.

Resolve(IComponentContext, Service, array<Parameter>[]()[])
Retrieve a service from the context.

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