Class ArchiveFormatInfo

Class ArchiveFormatInfo

Namespace: Aspose.Zip.ArchiveInfo
Assembly: Aspose.Zip.dll (25.1.0)

表示有关归档格式的信息。

public abstract class ArchiveFormatInfo

继承

objectArchiveFormatInfo

继承成员

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

构造函数

ArchiveFormatInfo()

protected ArchiveFormatInfo()

属性

Class

获取表示归档文件的类。

public abstract Type Class { get; }

属性值

Type

Format

获取归档格式。

public abstract ArchiveFormat Format { get; }

属性值

ArchiveFormat

方法

ToString()

public override string ToString()

返回

string

 中文