|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.BuildVersionInfo
public class BuildVersionInfo
Contains the current build version information.
Field Summary | |
---|---|
static String |
AssemblyVersion
The assembly version. |
static String |
FileVersion
The file version. |
static String |
Platform
The product platform |
static String |
Product
The product title. |
static int |
ProductMajor
The major product version. |
static int |
ProductMinor
The minor product version. |
static String |
ReleaseDate
The product release date. |
Constructor Summary | |
---|---|
BuildVersionInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String AssemblyVersion
public static String FileVersion
public static String Platform
public static String Product
public static int ProductMajor
public static int ProductMinor
public static String ReleaseDate
Constructor Detail |
---|
public BuildVersionInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |