Application Class
namespace NoesisApp | MSDN
Encapsulates a NoesisGUI application.
Properties
Name | Description | |
---|---|---|
![]() |
Arguments | Retrieves command line arguments |
![]() |
MainWindow | Gets the main window of the application |
![]() |
RenderContext | Gets the render context of the application |
![]() |
Resources | Gets or sets a collection of application-scope resources, such as styles and brushes |
![]() |
StartupUri | Gets or sets a UI that is automatically shown when application starts |
Dependency Property
Read-only
Methods
Name | Description |
---|---|
Activated | Occurs when an application becomes the foreground application |
Current | Gets the current application object |
Deactivated | Occurs when an application stops being the foreground application |
Exit | Occurs just before an application shuts down |
Init | Initializes the application with on the given display and command line arguments |
Shutdown | Shuts down an application that returns the specified exit code to the operating system |
StartUp | Occurs when the Application is initialized |
Tick | Ticks application |