IsInitialized Property

Glimpse API

IGlimpseRuntime IsInitialized Property Glimpse API Documentation
Gets a value indicating whether this instance is initialized.

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

Syntax

bool IsInitialized { get; }
bool IsInitialized { get; }

Field Value

true if this instance is initialized; otherwise, false.
See Also