| ServiceLocatorImplBase Methods |
The ServiceLocatorImplBase type exposes the following members.
| Name | Description | |
|---|---|---|
| DoGetAllInstances |
When implemented by inheriting classes, this method will do the actual work of
resolving all the requested service instances.
| |
| DoGetInstance |
When implemented by inheriting classes, this method will do the actual work of resolving
the requested service instance.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FormatActivateAllExceptionMessage |
Format the exception message for use in an ActivationException
that occurs while resolving multiple service instances.
| |
| FormatActivationExceptionMessage |
Format the exception message for use in an ActivationException
that occurs while resolving a single service.
| |
| GetAllInstances(Type) |
Get all instances of the given serviceType currently
registered in the container.
| |
| GetAllInstancesTService |
Get all instances of the given TService currently
registered in the container.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetInstance(Type) |
Get an instance of the given serviceType.
| |
| GetInstance(Type, String) |
Get an instance of the given named serviceType.
| |
| GetInstanceTService |
Get an instance of the given TService.
| |
| GetInstanceTService(String) |
Get an instance of the given named TService.
| |
| GetService |
Implementation of GetService(Type).
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |