Miner.Windows Assembly > Miner.Windows Namespace : MainApp Class |
The following tables list the members exposed by MainApp.
Name | Description | |
---|---|---|
![]() ![]() | AppInitialized | Returns whether the application has finished initialization. |
![]() ![]() | ExceptionUIEnabled | Gets or sets whether the exceptions are displayed to the user. |
![]() ![]() | HaveResources | Returns whether the main assembly has resources defined (per AssemblyInfo.cs). |
![]() ![]() | LayoutManager | Returns a reference to the layout manager of this application. |
![]() ![]() | MainAssembly | Returns the main assembly of this application. |
![]() ![]() | MainAttributes | Returns a reference to the assembly information for the main assembly. |
![]() ![]() | MainWin | Returns a reference to the main window of this application. |
![]() ![]() | Resources | Returns/sets a reference to the resource manager helper class for the main assembly. |
Name | Description | |
---|---|---|
![]() ![]() | InitializeErrorHandling | Defines the actions that need to take place to properly handle unexpected application errors. This method must be called prior to the Run method if any dialog boxes are shown or possible errors can occur. |
![]() ![]() | Run | Defines the main entry point to start an application using this framework. |
Name | Description | |
---|---|---|
![]() | ApplicationClosing | The event that is raised to allow listeners to perform whatever close-down operations they desire. |
![]() | ApplicationInitialized | The event that is raised to allow listeners to perform whatever initialization operations they desire after all application objects have been created. |
![]() | ApplicationInitializing | The event that is raised to allow listeners to perform whatever initialization operations they desire before any application objects have been created. |
![]() | ApplicationStarting | The event that is raised to allow listeners to perform whatever startup operations they desire. |
![]() | PerformDefaultLayout | The event that is raised to allow the application to provide the display layout when no layout information has been persisted. |
![]() | PerformDefaultSettings | The event that is raised to allow the application to set the display settings desired. |
![]() | SelectSplashImage | The event that is raised to allow listeners (main application using this framework) to specify the image to be used for the splash screen. |