Factory InstantiateInspectors Method | Glimpse API Documentation |
Instantiates a collection of IInspectors.
Namespace: Glimpse.Core.FrameworkAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
public ICollection<IInspector> InstantiateInspectors()
public ICollection<IInspector> InstantiateInspectors()
Return Value
A collection of IInspector instances resolved by one of the IServiceLocators, otherwise all IInspectors discovered in the configured discovery location.See Also