Class ArchiveFormatInfo
Class ArchiveFormatInfo
اسم الفضاء : Aspose.Zip.ArchiveInfo تجميع: Aspose.Zip.dll (25.5.0)
يقدم معلومات عن تنسيق الأرشيف.
public abstract class ArchiveFormatInfo
Inheritance
الأعضاء الموروثين
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
يحصل على الفئة التي تمثل ملف الأرشيف.
public abstract Type Class { get; }
قيمة الممتلكات
Format
احصل على تنسيق الأرشيف
public abstract ArchiveFormat Format { get; }
قيمة الممتلكات
Methods
ToString()
public override string ToString()