Table of Contents

Namespace ToSic.Sys.Boot

ToSic.Sys.Boot is for managing the boot process and calling boot helpers in the right order.

See Boot System for guidance.


History

  1. Introduced in ca. v20.

Classes

BootCoordinator

During boot, this will get all IBootProcess services and ensure that they are triggered in the correct order.

BootProcessBase

Boot process base class, mainly to save a bit of code to create more bootloaders.

Interfaces

IBootProcess

Defines a service, which must be added using AddTransient (not TryAddTransient).

Such a boot process can then do more work at startup, like register features.

Enums

BootPhase