Table of Contents

Class AppBootstrapper

Namespace
Loehnert.Lisrt
Assembly
Loehnert.Lisrt.dll

A Lisrt AppBootstrapper.

public class AppBootstrapper : AppBootstrapper
Inheritance
BootstrapperBase
AppBootstrapper
Inherited Members
BootstrapperBase.Initialize()
BootstrapperBase.StartDesignTime()
BootstrapperBase.PrepareApplication()
BootstrapperBase.Application

Methods

OnExit(object, EventArgs)

Override this to add custom behavior on exit.

protected override void OnExit(object sender, EventArgs e)

Parameters

sender object

The sender.

e EventArgs

The event args.

OnStartup(object, StartupEventArgs)

Shows the splash screen on startup.

protected override void OnStartup(object sender, StartupEventArgs e)

Parameters

sender object

The sender.

e StartupEventArgs

The args.

OnUnhandledException(object, DispatcherUnhandledExceptionEventArgs)

Shows a custom dialog for a unhandled exception.

protected override void OnUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)

Parameters

sender object

The sender.

e DispatcherUnhandledExceptionEventArgs

The event arguments.

PreInitialize()

protected override void PreInitialize()

StartRuntime()

Called by the bootstrapper's constructor at runtime to start the framework.

protected override void StartRuntime()