Class ArchiveFormatInfo
Class ArchiveFormatInfo
Namespace: Aspose.Zip.ArchiveInfo
Assembly: Aspose.Zip.dll (25.1.0)
Reprezentuje informace o formátu archivu.
public abstract class ArchiveFormatInfo
Dědičnost
Děděné členy
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Konstruktor
ArchiveFormatInfo()
protected ArchiveFormatInfo()
Vlastnosti
Třída
Získá třídu, která reprezentuje soubor archivu.
public abstract Type Class { get; }
Hodnota vlastnosti
Formát
Získá formát archivu.
public abstract ArchiveFormat Format { get; }
Hodnota vlastnosti
Metody
ToString()
public override string ToString()