Class DOMObject

Class DOMObject

이름 공간 : Aspose.Html.Dom 구성: Aspose.HTML.dll (25.4.0)

DOMObject 유형은 전체 Document Object Model의 기본 개체를 나타내는 데 사용됩니다.Java 및 ECMAScript의 경우 DOMObject은 Object 유형에 연결되어 있습니다.

[ComVisible(true)]
public class DOMObject : INotifyPropertyChanged

Inheritance

object DOMObject

Derived

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

Implements

INotifyPropertyChanged

상속 회원들

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

Constructors

도메인()

public DOMObject()

Methods

GetPlatformType()

이 방법은 ECMAScript Object System.Type를 복구하는 데 사용됩니다.

public virtual Type GetPlatformType()

Returns

Type

ECMAScript 개체 System.Type.

 한국어