Table of Contents

Class BootProcessBase

Namespace
ToSic.Sys.Boot
Assembly
ToSic.Sys.Core.dll
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public abstract class BootProcessBase : ServiceBase, IBootProcess, IHasLog, IHasIdentityNameId
Inheritance
object
BootProcessBase
Implements
Inherited Members

Constructors

BootProcessBase(string, object[]?, BootPhase, int)

protected BootProcessBase(string logName, object[]? connect = null, BootPhase bootPhase = BootPhase.Registrations, int priority = 999)

Parameters

logName string
connect object[]
bootPhase BootPhase
priority int

Properties

NameId

Primary identifier of an object which has this property. It will be unique and used as an ID where needed.

public string NameId { get; }

Property Value

string

Phase

public BootPhase Phase { get; }

Property Value

BootPhase

Priority

public int Priority { get; }

Property Value

int

Methods

Run()

Register Dnn features before loading

public abstract void Run()