Class RunAtLaunchService
Simple service for running methods marked as run-at-launch with RunAtLaunchAttribute
Inherited Members
Namespace: Ritchie.Toolbox.Core
Assembly: Ritchie.Toolbox.dll
Syntax
public static class RunAtLaunchService
Methods
RunStartupTasksAsync()
Asynchronous method that runs startup tasks from all loaded assemblies.
Declaration
public static Task RunStartupTasksAsync()
Returns
Type | Description |
---|---|
Task |