Class ArchiveFormatInfo
Class ArchiveFormatInfo
Namespace: Aspose.Zip.ArchiveInfo
Assembly: Aspose.Zip.dll (25.5.0)
Represents information about the archive format.
public abstract class ArchiveFormatInfo
Inheritance
Inherited Members
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
Gets the class that represents the archive file.
public abstract Type Class { get; }
Property Value
Format
Gets the archive format.
public abstract ArchiveFormat Format { get; }
Property Value
Methods
ToString()
public override string ToString()