| Icon | Member | Description |
|---|
  | 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.
|