Class DOMObject

Class DOMObject

Namespace: Aspose.Html.Dom
Assembly: Aspose.HTML.dll (25.1.0)

DOMObject türü, Tüm Belge Nesne Modeli için bir temel nesneyi temsil etmek için kullanılır.
Java ve ECMAScript için, DOMObject, Object türüne bağlıdır.

[ComVisible(true)]
public class DOMObject : INotifyPropertyChanged

Miras

objectDOMObject

Türetilmiş

ArrayBuffer,
CSSValue,
Counter,
DOMTokenList,
Event,
EventTarget,
HTMLCollection,
Location,
MutationObserver,
MutationRecord,
NamedNodeMap,
NodeFilter,
NodeList,
Path2D,
RGBColor,
Rect,
SVGValueType,
TypeInfo,
TypedArray,
Url

Uygulamalar

INotifyPropertyChanged

Miras Alınan Üyeler

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

Yapıcılar

DOMObject()

public DOMObject()

Yöntemler

GetPlatformType()

Bu yöntem, ECMAScript nesne System.Type’ı almak için kullanılır.

public virtual Type GetPlatformType()

Döndürür

Type

ECMAScript nesne System.Type.

 Türkçe