Class Renderer

Class Renderer

اسم الفضاء : Aspose.Html.Rendering مجموعة: Aspose.HTML.dll (25.4.0)

يمثل فئة أساسية لجميع المتصفحين ويتم تنفيذ واجهة IDisposable.

[ComVisible(true)]
public class Renderer : IDisposable

Inheritance

object Renderer

Derived

Renderer

Implements

IDisposable

الأعضاء الموروثين

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

Constructors

Renderer()

public Renderer()

Methods

Dispose()

إصدار الموارد التي لا يتم إدارةها و - اختياريًا - يتم إدارةها.

public void Dispose()

Dispose(بول)

إصدار الموارد التي لا يتم إدارةها و - اختياريًا - يتم إدارةها.

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

“الحقيقي” لإطلاق كل من الموارد المعالجة وغير المعالجة؛ “مزيف” لإطلاق الموارد غير المعالجة فقط.

 عربي