Class DOMObject

Class DOMObject

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

DOMObject 类型用于表示整个文档对象模型的基本对象。
对于 Java 和 ECMAScript,DOMObject 绑定到 Object 类型。

[ComVisible(true)]
public class DOMObject : INotifyPropertyChanged

继承

objectDOMObject

派生

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

实现

INotifyPropertyChanged

继承成员

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

构造函数

DOMObject()

public DOMObject()

方法

GetPlatformType()

此方法用于检索 ECMAScript 对象 System.Type。

public virtual Type GetPlatformType()

返回

Type

ECMAScript 对象 System.Type。

 中文