Class ArchiveFormatInfo
Class ArchiveFormatInfo
Namespace: Aspose.Zip.ArchiveInfo
Assembly: Aspose.Zip.dll (25.1.0)
Đại diện cho thông tin về định dạng lưu trữ.
public abstract class ArchiveFormatInfo
Kế thừa
Các thành viên kế thừa
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Các hàm khởi tạo
ArchiveFormatInfo()
protected ArchiveFormatInfo()
Thuộc tính
Class
Lấy lớp đại diện cho tệp lưu trữ.
public abstract Type Class { get; }
Giá trị thuộc tính
Format
Lấy định dạng lưu trữ.
public abstract ArchiveFormat Format { get; }
Giá trị thuộc tính
Các phương thức
ToString()
public override string ToString()