Class StandardPrismApplication
public abstract class StandardPrismApplication : PrismApplication, IQueryAmbient, ISingleInstanceApp
- Inheritance
-
StandardPrismApplication
- Implements
- Derived
Constructors
Properties
Methods
- ConfigureDefaultRegionBehaviors(IRegionBehaviorFactory)
Configures the Prism.Regions.IRegionBehaviorFactory. This will be the list of default behaviors that will be added to a region.
- ConfigureViewModelLocator()
Configures the ViewModelLocator used by Prism.
- CreateModuleCatalog()
Creates the Prism.Modularity.IModuleCatalog used by Prism.
- CreateShell()
Creates the shell or main window of the application.
- OnInitialized()
Contains actions that should occur last.
- OnStartup(StartupEventArgs)
Raises the System.Windows.Application.Startup event.
- RegisterTypes(IContainerRegistry)
Used to register types with the container that will be used by your application.
- SignalExternalCommandLineArgs(IList<string>)
Signals the external command line arguments to the application.