Microsoft.Practices.ServiceLocation Namespace |
Class | Description | |
---|---|---|
ActivationException |
The standard exception thrown when a ServiceLocator has an error in resolving an object.
| |
ServiceLocator |
This class provides the ambient container for this application. If your
framework defines such an ambient container, use ServiceLocator.Current
to get it.
| |
ServiceLocatorImplBase |
This class is a helper that provides a default implementation
for most of the methods of IServiceLocator.
|
Interface | Description | |
---|---|---|
IServiceLocator |
The generic Service Locator interface. This interface is used
to retrieve services (instances identified by type and optional
name) from a container.
|
Delegate | Description | |
---|---|---|
ServiceLocatorProvider |
This delegate type is used to provide a method that will
return the current container. Used with the ServiceLocator
static accessor class.
|