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