Method | Description | |
---|---|---|
Run ( ) : void |
Runs the bootstrapper process.
|
|
Run ( bool runWithDefaultConfiguration ) : void |
Run the bootstrapper process.
|
Method | Description | |
---|---|---|
ConfigureModuleCatalog ( ) : void |
Configures the IModuleCatalog used by Prism.
|
|
ConfigureServiceLocator ( ) : void |
Configures the LocatorProvider for the Microsoft.Practices.ServiceLocation.ServiceLocator.
|
|
CreateModuleCatalog ( ) : IModuleCatalog |
Creates the IModuleCatalog used by Prism. The base implementation returns a new ModuleCatalog. |
|
CreateShell ( ) : |
Creates the shell or main window of the application. If the returned instance is a DependencyObject, the Bootstrapper will attach the default IRegionManager of the application in its RegionManager.RegionManagerProperty attached property in order to be able to add regions by using the RegionManager.RegionNameProperty attached property from XAML. |
|
InitializeModules ( ) : void |
Initializes the modules. May be overwritten in a derived class to use a custom Modules Catalog
|
|
InitializeShell ( ) : void |
Initializes the shell.
|
|
RegisterFrameworkExceptionTypes ( ) : void |
Registers the Types of the Exceptions that are not considered root exceptions by the ExceptionExtensions.
|
Method | Description | |
---|---|---|
CreateLogger ( ) : ILoggerFacade |
protected abstract ConfigureServiceLocator ( ) : void | ||
return | void |
protected CreateModuleCatalog ( ) : IModuleCatalog | ||
return | IModuleCatalog |
protected abstract CreateShell ( ) : |
||
return |
protected RegisterFrameworkExceptionTypes ( ) : void | ||
return | void |
public abstract Run ( bool runWithDefaultConfiguration ) : void | ||
runWithDefaultConfiguration | bool | If |
return | void |