Table of Contents

Class BootWarmUpAssemblies

Namespace
ToSic.Sys.Utils.Assemblies
Assembly
ToSic.Sys.Utils.dll

Pre-Load the Assembly list into memory to log separately, and to ensure that the time needed is not mixed with other processes.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public sealed class BootWarmUpAssemblies : BootProcessBase, IBootProcess, IHasLog
Inheritance
object
BootWarmUpAssemblies
Implements
Inherited Members

Constructors

BootWarmUpAssemblies(ILogStore)

Pre-Load the Assembly list into memory to log separately, and to ensure that the time needed is not mixed with other processes.

public BootWarmUpAssemblies(ILogStore logStore)

Parameters

logStore ILogStore

Methods

Run()

This will index the assemblies and put them in a list for future/faster lookup.

public override void Run()