Table of Contents

Enum DependencyInjector.State

Namespace
Switchboard
Assembly
Switchboard.DependencyInjection.dll

The various states that a DependencyInjector can have while activating and deactivating.

public enum DependencyInjector.State

Fields

Inactive = 0
Activating = 1
Deactivating = 2
ActiveWithException = 3
Active = 4