Class ArchiveFormatInfo

Class ArchiveFormatInfo

Namespace: Aspose.Zip.ArchiveInfo
Assembly: Aspose.Zip.dll (25.1.0)

Représente des informations sur le format d’archive.

public abstract class ArchiveFormatInfo

Héritage

objectArchiveFormatInfo

Membres hérités

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructeurs

ArchiveFormatInfo()

protected ArchiveFormatInfo()

Propriétés

Classe

Obtient la classe qui représente le fichier d’archive.

public abstract Type Class { get; }

Valeur de la propriété

Type

Format

Obtient le format de l’archive.

public abstract ArchiveFormat Format { get; }

Valeur de la propriété

ArchiveFormat

Méthodes

ToString()

public override string ToString()

Renvoie

string

 Français