Class ArchiveFormatInfo

Class ArchiveFormatInfo

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

Stellt Informationen über das Archivformat dar.

public abstract class ArchiveFormatInfo

Vererbung

objectArchiveFormatInfo

Vererbte Mitglieder

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

Konstruktoren

ArchiveFormatInfo()

protected ArchiveFormatInfo()

Eigenschaften

Klasse

Erhält die Klasse, die die Archivdatei darstellt.

public abstract Type Class { get; }

Eigenschaftswert

Type

Format

Erhält das Archivformat.

public abstract ArchiveFormat Format { get; }

Eigenschaftswert

ArchiveFormat

Methoden

ToString()

public override string ToString()

Gibt zurück

string

 Deutsch