Class ArchiveFormatInfo
Class ArchiveFormatInfo
Namespace: Aspose.Zip.ArchiveInfo
Assembly: Aspose.Zip.dll (25.1.0)
Mewakili informasi tentang format arsip.
public abstract class ArchiveFormatInfo
Pewarisan
Anggota yang Dwarisi
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktor
ArchiveFormatInfo()
protected ArchiveFormatInfo()
Properti
Kelas
Mengambil kelas yang mewakili file arsip.
public abstract Type Class { get; }
Nilai Properti
Format
Mengambil format arsip.
public abstract ArchiveFormat Format { get; }
Nilai Properti
Metode
ToString()
public override string ToString()