Interface IApplicationBootstrapper
Interface for the ApplicationBootstrapper
Inherited Members
Namespace:Dapplo.Addons
Assembly:Dapplo.Addons.dll
Syntax
public interface IApplicationBootstrapper : IBootstrapper, IServiceLocator, IMefServiceLocator, IServiceExporter, IServiceRepository, IDependencyProvider, IDisposable
Properties
| Improve this Doc View SourceApplicationName
Name of the application for this bootstrapper
Declaration
string ApplicationName { get; }
Property Value
Type | Description |
---|---|
System.String |
IsMutexLocked
Is the mutex for the application locked=
Declaration
bool IsMutexLocked { get; }
Property Value
Type | Description |
---|---|
System.Boolean |