IWinApplication

Description

The IWinApplication interface contains properties and methods that are used to manage a started application.

Properties

  Property name Brief description
The ApplicationSettings property returns formatting settings used in the current application.
The CommandActionCustomize property returns settings for operations available for various repository objects.
The CustomParams property returns custom parameters that are passed on platform startup with the -Customparam key.
The LicenseManager property returns license manager.
The Params property returns collection of parameters, with which the platform is started.
The Windows property returns collection of the windows related to the application.

Properties inherited from IApplication

  Property name Brief description
Globals The Globals property returns collection of global application variables.

Methods

  Method name Brief description
The DisableProcessWindowsGhosting method disables checking platform windows status by the Windows windows manager.
The GetMemoryStatus property returns information on physical and virtual computer memory.
The GetObjectTarget method creates an object that executes some operations on repository objects using reserved commands.
The GetOperatingSystemVersion method returns information on the operating system version installed on the computer.
The GetPluginTarget method creates an object that executes command of a specified plugin.
Outdated.The LicenseRequest method checks if the license file contains specified feature and returns the license.
NOTE. The method is outdated, use IUiLicenseManager.LicenseRequest instead.
The ProcessMessages method sends a request to process system messages causing redrawing of application window.
The ProcessMouseMessages method sends a request to process system messages addressed to the application.

See also:

Ui Assembly Interfaces