UnityServiceLocator Class

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

See Also

UnityServiceLocator Members

Microsoft.Practices.Unity Namespace