The IWinApplication interface contains properties and methods that are used to manage a started application.
IWinApplication
| Property name | Brief description | |
![]() |
ApplicationSettings | The ApplicationSettings property returns formatting settings used in the current application. |
![]() |
CommandActionCustomize | The CommandActionCustomize property returns settings for operations available for various repository objects. |
![]() |
CustomParams | The CustomParams property returns custom parameters that are passed on platform startup with the -Customparam key. |
![]() |
Globals | The Globals property returns collection of global application variables. |
![]() |
LicenseManager | The LicenseManager property returns license manager. |
![]() |
Params | The Params property returns collection of parameters, with which the platform is started. |
![]() |
Windows | The Windows property returns collection of the windows related to the application. |
| Property name | Brief description | |
![]() |
RegistryPath | The RegistryPath property returns the path to application settings in the registry. |
| Method name | Brief description | |
![]() |
DisableProcessWindowsGhosting | The DisableProcessWindowsGhosting method disables checking platform windows status by the Windows windows manager. |
![]() |
GetObjectTarget | The GetObjectTarget method creates an object that executes some operations with repository objects using reserved commands. |
![]() |
GetOperatingSystemVersion | The GetOperatingSystemVersion method returns information on the operating system version installed on the computer. |
![]() |
GetPluginTarget | The GetPluginTarget method creates an object that executes command of a specified plugin. |
![]() |
ProcessMessages | The ProcessMessages method sends a request to process system messages causing rerendering of application window. |
![]() |
ProcessMouseMessages | The ProcessMouseMessages method sends a request to process system messages addressed to the application. |
| Method name | Brief description | |
![]() |
GetMemoryStatus | The GetMemoryStatus property returns information on physical and virtual computer memory. |
See also: