AutoDiscover Property

Glimpse API

DiscoverableCollectionElement AutoDiscover Property Glimpse API Documentation
Gets or sets a value indicating whether Glimpse should automatically discover types at runtime.

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

Syntax

public bool AutoDiscover { get; set; }
public bool AutoDiscover { get; set; }

Field Value

true to automatically discover (default); otherwise, false.
See Also