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