Class ArchiveFormatInfo

Class ArchiveFormatInfo

Název místa: Aspose.Zip.ArchiveInfo Sbírka: Aspose.Zip.dll (25.5.0)

Zobrazuje informace o archivním formátu.

public abstract class ArchiveFormatInfo

Inheritance

object ArchiveFormatInfo

Dědiční členové

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

Obdrží třídu, která představuje archivní soubor.

public abstract Type Class { get; }

Hodnota nemovitosti

Type

Format

Obdržíte archivní formát.

public abstract ArchiveFormat Format { get; }

Hodnota nemovitosti

ArchiveFormat

Methods

ToString()

public override string ToString()

Returns

string

 Čeština