The following tables list the members exposed by FrameworkBootstrapper<TRootModel>.
Name | Description | |
---|---|---|
![]() | FrameworkBootstrapper<TRootModel> Constructor | Creates an instance of the framework bootstrapper. |
Name | Description | |
---|---|---|
![]() | Application | (Inherited from Caliburn.Micro.BootstrapperBase) |
Name | Description | |
---|---|---|
![]() | AddValueConverterConventions | Adds the stock ValueConverterConventions to the ValueConverterConventionRegistry and thus to the Caliburn Caliburn.Micro.ConventionManager. (Inherited from Cocktail.FrameworkBootstrapper) |
![]() | BuildUp | Performs injection on the supplied instance. (Inherited from Cocktail.FrameworkBootstrapper) |
![]() | Configure | Configures the framework and sets up the IoC container. (Inherited from Cocktail.FrameworkBootstrapper) |
![]() | GetAllInstances | Locates all instances of the supplied service. (Inherited from Cocktail.FrameworkBootstrapper) |
![]() | GetInstance | Locates the supplied service. (Inherited from Cocktail.FrameworkBootstrapper) |
![]() | OnExit | (Inherited from Caliburn.Micro.BootstrapperBase) |
![]() | OnStartup | Overridden. Performs the framework startup sequence. |
![]() | OnUnhandledException | (Inherited from Caliburn.Micro.BootstrapperBase) |
![]() | PrepareApplication | (Inherited from Caliburn.Micro.BootstrapperBase) |
![]() | PrepareCompositionCatalog | Override to substitute the default composition catalog with a custom catalog. (Inherited from Cocktail.FrameworkBootstrapper) |
![]() | PrepareCompositionContainer | Override to add additional exports to the CompositionHost during configuration. (Inherited from Cocktail.FrameworkBootstrapper) |
![]() | SelectAssemblies | (Inherited from Caliburn.Micro.BootstrapperBase) |
![]() | StartDesignTime | (Inherited from Caliburn.Micro.BootstrapperBase) |
![]() | StartRuntime | Called by the bootstrapper's constructor at runtime to start the framework. (Inherited from Cocktail.FrameworkBootstrapper) |
![]() | StartRuntimeAsync | Provides an opportunity to perform asynchronous configuration at runtime. (Inherited from Cocktail.FrameworkBootstrapper) |
![]() | WhenCompleted | Calls action when StartRuntimeAsync completes. (Inherited from Cocktail.FrameworkBootstrapper) |