Class ArchiveFormatInfo
Class ArchiveFormatInfo
Název místa: Aspose.Zip.ArchiveInfo Sbírka: Aspose.Zip.dll (25.5.0)
Zobrazuje informace o archivním formátu.
public abstract class ArchiveFormatInfo
Inheritance
Dědiční členové
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
Obdrží třídu, která představuje archivní soubor.
public abstract Type Class { get; }
Hodnota nemovitosti
Format
Obdržíte archivní formát.
public abstract ArchiveFormat Format { get; }
Hodnota nemovitosti
Methods
ToString()
public override string ToString()