Constants

object Constants

Properties

Link copied to clipboard
const val DEBUG: Int

The file contains debugging information or is compiled with debugging features enabled.

Link copied to clipboard
const val INFOINFERRED: Int

The file's version structure was created dynamically; therefore, some of the members in this structure may be empty or incorrect. This flag should never be set in a file's VS_VERSIONINFO data.

Link copied to clipboard
const val PATCHED: Int

The file has been modified and is not identical to the original shipping file of the same version number.

Link copied to clipboard
const val PRERELEASE: Int

The file is a development version, not a commercially released product.

Link copied to clipboard
const val PRIVATEBUILD: Int

The file was not built using standard release procedures. If this flag is set, the StringFileInfo structure should contain a PrivateBuild entry.

Link copied to clipboard
const val SPECIALBUILD: Int

The file was built by the original company using standard release procedures but is a variation of the normal file of the same version number. If this flag is set, the StringFileInfo structure should contain a SpecialBuild entry.