Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An implementation of IServiceLocator that wraps a Unity container.
Namespace: Microsoft.Practices.Unity
Assembly: Microsoft.Practices.Unity (in Microsoft.Practices.Unity.dll)
Syntax
'Declaration
Public Class UnityServiceLocator _
Inherits ServiceLocatorImplBase _
Implements IDisposable
public class UnityServiceLocator : ServiceLocatorImplBase,
IDisposable
public ref class UnityServiceLocator : public ServiceLocatorImplBase,
IDisposable
public class UnityServiceLocator extends ServiceLocatorImplBase implements IDisposable
Inheritance Hierarchy
System.Object
ServiceLocatorImplBase
Microsoft.Practices.Unity.UnityServiceLocator