Factory Constructor (IServiceLocator) | Glimpse API Documentation |
Initializes a new instance of the Factory class without a IServiceLocator implementation from the framework provider.
Namespace: Glimpse.Core.FrameworkAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public Factory( IServiceLocator providerServiceLocator )
public Factory( IServiceLocator providerServiceLocator )
Parameters
- providerServiceLocator
- Type: Glimpse.Core.Framework IServiceLocator
The framework provider's service locator.
See Also