Class BuildVersionInfo

Class BuildVersionInfo

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

Obsahuje informace o aktuální verzi sestavení.

public static class BuildVersionInfo

Dědičnost

objectBuildVersionInfo

Děděné členy

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

Pole

AssemblyVersion

Verze sestavení.

public static readonly string AssemblyVersion

Hodnota pole

string

FileVersion

Verze souboru.

public static readonly string FileVersion

Hodnota pole

string

Product

Název produktu.

public static readonly string Product

Hodnota pole

string

ProductMajor

Hlavní verze produktu.

public static readonly int ProductMajor

Hodnota pole

int

ProductMinor

Drobné verze produktu.

public static readonly int ProductMinor

Hodnota pole

int

ReleaseDate

Datum vydání produktu.

public static readonly DateTime ReleaseDate

Hodnota pole

DateTime

 Čeština