This class provides the ambient container for this application. If your framework defines such an ambient container, use Locator.Current to get it. Подробнее...
Открытые статические члены | |
static void | SetLocatorProvider (ServiceLocatorProvider newProvider) |
Set the delegate that is used to retrieve the current container. | |
Свойства | |
static IServiceLocator | Current [get] |
The current ambient container. |
This class provides the ambient container for this application. If your framework defines such an ambient container, use Locator.Current to get it.
static void TSLab.Utils.Locator.SetLocatorProvider | ( | ServiceLocatorProvider | newProvider | ) | [static] |
Set the delegate that is used to retrieve the current container.
newProvider | Delegate that, when called, will return the current ambient container. |
IServiceLocator TSLab.Utils.Locator.Current [static, get] |
The current ambient container.