Class BuildVersionInfo

Class BuildVersionInfo

Namespace: Aspose.BarCode
Assembly: Aspose.BarCode.dll (25.2.0)

Contains the current build version information.

public static class BuildVersionInfo

Inheritance

objectBuildVersionInfo

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Fields

AssemblyVersion

The assembly version.

public static readonly string AssemblyVersion

Field Value

string

FileVersion

The file version.

public static readonly string FileVersion

Field Value

string

Product

The product title.

public static readonly string Product

Field Value

string

ProductMajor

The major product version.

public static readonly int ProductMajor

Field Value

int

ProductMinor

The minor product version.

public static readonly int ProductMinor

Field Value

int

ReleaseDate

The product release date.

public static readonly DateTime ReleaseDate

Field Value

DateTime

 English