Class ArchiveFormatInfo

Class ArchiveFormatInfo

名称: Aspose.Zip.ArchiveInfo 收藏: Aspose.Zip.dll (25.5.0)

代表有关档案格式的信息。

public abstract class ArchiveFormatInfo

Inheritance

object ArchiveFormatInfo

继承人

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

Constructors

ArchiveFormatInfo()

protected ArchiveFormatInfo()

Properties

Class

收到代表档案的类。

public abstract Type Class { get; }

财产价值

Type

Format

获取档案格式。

public abstract ArchiveFormat Format { get; }

财产价值

ArchiveFormat

Methods

ToString()

public override string ToString()

Returns

string

 中文