• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Addons
    • IAction
    • IApplicationBootstrapper
    • IAsyncShutdownAction
    • IAsyncStartupAction
    • IBootstrapper
    • IDependencyProvider
    • IMefServiceLocator
    • IModule
    • IServiceExporter
    • IServiceRepository
    • IShutdownAction
    • IShutdownMetadata
    • IShutdownModule
    • IStartupAction
    • IStartupMetadata
    • IStartupModule
    • ModuleAttribute
    • ShutdownActionAttribute
    • StartupActionAttribute
    • StartupException
  • Dapplo.Addons.Bootstrapper
    • ApplicationBootstrapper
    • CompositionBootstrapper
    • ResourceMutex
    • StartupShutdownBootstrapper
  • Dapplo.Addons.Bootstrapper.Internal
    • CompressionTypes
    • StreamExtensions
  • Dapplo.Addons.Bootstrapper.Resolving
    • AssemblyResolver
    • EmbeddedResources
    • FileLocations
    • FileTools

Namespace Dapplo.Addons.Bootstrapper

Classes

ApplicationBootstrapper

This bootstrapper is made especially to host dapplo "apps". You can protect your application from starting multiple instances by specifying a Mutex-ID

CompositionBootstrapper

A bootstrapper for making it possible to load Addons to Dapplo applications. This uses MEF for loading and managing the Addons.

ResourceMutex

This protects your resources or application from running more than once Simplifies the usage of the Mutex class, as described here: https://msdn.microsoft.com/en-us/library/System.Threading.Mutex.aspx

StartupShutdownBootstrapper

A bootstrapper, which has functionality for the startup and shutdown actions

Back to top Copyright © 2017 Dapplo