IServiceLocator Interface

Glimpse API

IServiceLocator Interface Glimpse API Documentation
Defines methods to implement a service locator

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public interface IServiceLocator
public interface IServiceLocator
Remarks

Means by which authors can provide alternative implementations to the default ones which the system will use by default. Primary extension injection mechanism.
See Also