Optionalproperties: Partial<{}>Since 2.18get_Since 2.18get_Since 2.18refAtomically increments the reference count of info by one.
This function is MT-safe and may be called from any thread.
The passed in WebKit.ApplicationInfo
Since 2.18set_Since 2.18set_Set the application version.
If the application doesn't use the format major.minor.micro you can pass 0 as the micro to use major.minor, or pass 0 as both micro and minor to use only major number. Any other format must be converted to major.minor.micro so that it can be used in version comparisons.
the major version number
the minor version number
the micro version number
Since 2.18unrefAtomically decrements the reference count of info by one.
If the reference count drops to 0, all memory allocated by the WebKit.ApplicationInfo is released. This function is MT-safe and may be called from any thread.
Staticnew
Information about an application running in automation mode.