com.aspose.barcode
Class BuildVersionInfo

java.lang.Object
  extended by com.aspose.barcode.BuildVersionInfo

public class BuildVersionInfo
extends Object

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

AssemblyVersion

public static String AssemblyVersion
The assembly version.


FileVersion

public static String FileVersion
The file version.


Platform

public static String Platform
The product platform


Product

public static String Product
The product title.


ProductMajor

public static int ProductMajor
The major product version.


ProductMinor

public static int ProductMinor
The minor product version.


ReleaseDate

public static String ReleaseDate
The product release date.

Constructor Detail

BuildVersionInfo

public BuildVersionInfo()


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.