Class BuildVersionInfo

Class BuildVersionInfo

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

包含当前构建版本信息。

public static class BuildVersionInfo

继承

objectBuildVersionInfo

继承成员

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

字段

AssemblyVersion

程序集版本。

public static readonly string AssemblyVersion

字段值

string

FileVersion

文件版本。

public static readonly string FileVersion

字段值

string

Product

产品标题。

public static readonly string Product

字段值

string

ProductMajor

主要产品版本。

public static readonly int ProductMajor

字段值

int

ProductMinor

次要产品版本。

public static readonly int ProductMinor

字段值

int

ReleaseDate

产品发布日期。

public static readonly DateTime ReleaseDate

字段值

DateTime

 中文