The maxon::Application class collects several static functions that give access to information on the application's environment and properties.
These functions allow to access various paths as a maxon::Url:
These functions allow to access the command line arguments applied to the application when it was started:
maxon::Application::GetMachineInfo() returns a DataDictionary which stores information on the current machine. See maxon::MACHINEINFO for IDs; compare with Machines Manual.
maxon::Application::GetVersion() allows to access the version number and build ID of the application.
The application mode defines the behaviour after startup.
Further application features (maxon::APPLICATIONFEATURE) are accessed with: