TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum LifecycleState in Tinman.Core.System

Enumeration of common object lifecycle states.

enum LifecycleState  

See also:

IDisposable
IInitializable

Items

Unknown = -1

Unknown lifecycle state (e.g. for null references).

Created = 0

The object has been constructed but not yet initialized.

Initializing = 1

The object is being initialized.

Initialized = 2

The object has been initialized.

Disposing = 3

Disposal of the object has begun.

Disposed = 4

Disposal of the object has finished.