IInspector Interface

Glimpse API

IInspector Interface Glimpse API Documentation
Definition of an inspector that runs during startup. This provides the means by which a Tab can setup any listeners, proxies, etc that are needed to gather the data needed the corresponding ITab.

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

Syntax

public interface IInspector
public interface IInspector
Remarks

This interface can be implemented on the same class as the ITab, but typically it would be implemented on a different class for separation of concerns.
See Also