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.

 한국어