🔹 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 ◆ Reflection Property
Attached Properties
Application has no attached properties
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(Display*, const CommandLine&) | Initializes the application with on the given display and command line arguments |
| ◆ Shutdown(int) | Shuts down an application that returns the specified exit code to the operating system |
| ◆ StartUp() | Occurs when the Application is initialized |
| ◆ Tick(double) | Ticks application |
Events
Application has no events
📍 On this page