Inspectors Property

Glimpse API

GlimpseConfiguration Inspectors Property Glimpse API Documentation
Gets or sets the collection of IInspector.

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

Syntax

public ICollection<IInspector> Inspectors { get; set; }
public ICollection<IInspector> Inspectors { get; set; }

Field Value

The configured collection of IInspector.

Implements

IGlimpseConfiguration Inspectors
Exceptions

ExceptionCondition
OnlineSystem ArgumentNullExceptionAn exception is thrown if the value is set to null.
See Also