Aspose::BarCode::BuildVersionInfo Class Reference

Contains the current build version information. More...

Public Member Functions

 BuildVersionInfo ()=delete
 

Static Public Attributes

static System::String AssemblyVersion
 The assembly version. More...
 
static System::String FileVersion
 The file version. More...
 
static System::String Product
 The product title. More...
 
static int32_t ProductMajor
 The major product version. More...
 
static int32_t ProductMinor
 The minor product version. More...
 
static System::DateTime ReleaseDate
 The product release date. More...
 

Detailed Description

Contains the current build version information.

Constructor & Destructor Documentation

◆ BuildVersionInfo()

Aspose::BarCode::BuildVersionInfo::BuildVersionInfo ( )
delete

Member Data Documentation

◆ AssemblyVersion

System::String Aspose::BarCode::BuildVersionInfo::AssemblyVersion
static

The assembly version.

◆ FileVersion

System::String Aspose::BarCode::BuildVersionInfo::FileVersion
static

The file version.

◆ Product

System::String Aspose::BarCode::BuildVersionInfo::Product
static

The product title.

◆ ProductMajor

int32_t Aspose::BarCode::BuildVersionInfo::ProductMajor
static

The major product version.

◆ ProductMinor

int32_t Aspose::BarCode::BuildVersionInfo::ProductMinor
static

The minor product version.

◆ ReleaseDate

System::DateTime Aspose::BarCode::BuildVersionInfo::ReleaseDate
static

The product release date.