public class BuildVersionInfo extends Object
Contains build version and product information.
Modifier and Type | Field and Description |
---|---|
static String |
ASSEMBLY_INFORMATIONAL_VERSION
The informational version number of the assembly.
|
static String |
ASSEMBLY_VERSION
Assembly version, read only string.
|
static String |
FILE_VERSION
File version, read only string.
|
static String |
PRODUCT
Product name, read only string.
|
public static final String ASSEMBLY_VERSION
Assembly version, read only string.
public static final String ASSEMBLY_INFORMATIONAL_VERSION
The informational version number of the assembly.
public static final String FILE_VERSION
File version, read only string.
public static final String PRODUCT
Product name, read only string.