IsInitialized Property

Glimpse API

GlimpseRuntime IsInitialized Property Glimpse API Documentation
Gets a value indicating whether this instance has been initialized.

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

Syntax

public bool IsInitialized { get; private set; }
public bool IsInitialized { get; private set; }

Field Value

true if this instance is initialized; otherwise, false.

Implements

IGlimpseRuntime IsInitialized
See Also