Class ArchiveFormatInfo

Class ArchiveFormatInfo

Der Name: Aspose.Zip.ArchiveInfo Versammlung: Aspose.Zip.dll (25.5.0)

Informationen über das Archivformat.

public abstract class ArchiveFormatInfo

Inheritance

object ArchiveFormatInfo

Vererbte Mitglieder

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

Erhalten Sie die Klasse, die die Archivdatei darstellt.

public abstract Type Class { get; }

Eigentumswert

Type

Format

Erhalten Sie das Archivformat.

public abstract ArchiveFormat Format { get; }

Eigentumswert

ArchiveFormat

Methods

ToString()

public override string ToString()

Returns

string

 Deutsch