Class ArchiveFormatInfo
Class ArchiveFormatInfo
Namespace: Aspose.Zip.ArchiveInfo
Assembly: Aspose.Zip.dll (25.1.0)
Rappresenta informazioni sul formato dell’archivio.
public abstract class ArchiveFormatInfo
Ereditarietà
Membri Ereditati
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Costruttori
ArchiveFormatInfo()
protected ArchiveFormatInfo()
Proprietà
Class
Ottiene la classe che rappresenta il file di archivio.
public abstract Type Class { get; }
Valore della Proprietà
Format
Ottiene il formato dell’archivio.
public abstract ArchiveFormat Format { get; }
Valore della Proprietà
Metodi
ToString()
public override string ToString()