The IServiceLocator type exposes the following members.

Methods

  NameDescription
HasComponent
Returns true if there is a component registered with the given component id and it has not been disabled.
HasService
Returns true if the there is a service registered with the specified type and it has not been disabled.
ResolveOverloaded.
ResolveAllOverloaded.
ResolveAllHandlesOverloaded.
ResolveByComponentId
Resolves a single component instance with a given component id.
ResolveHandleOverloaded.
ResolveHandleByComponentId
Resolves a handle for a single component with a given component id.

See Also