The IWinApplicationVersion interface contains properties that return information on the platform current build.
Information about the current assembly is given in the IWinApplicationClass.Version property.
Property name | Brief description | |
Build | The Build property returns platform build number. | |
Debug | The Debug property returns True if the current build is a debug program version. | |
Description | The Description property returns full description of a platform version. | |
Major | The Major property returns the number of major version of the build. | |
Minor | The Minor property returns the number of minor version of the build. | |
PrivateBuild | The PrivateBuild property returns True if the build has not been tested. | |
QFE | The QFE property returns update number. | |
Release | The Release property returns True if the platform version has been released. | |
ShortDescription | The ShortDescription property returns brief description of a platform version. |
See also: