Class DOMObject

Class DOMObject

Numele spaţiului: Aspose.Html.Dom Asamblare: Aspose.HTML.dll (25.4.0)

Tipul DOMObject este folosit pentru a reprezenta un obiect de bază pentru întregul Model Obiect Document.Pentru Java și ECMAScript, DOMObject este legat de tipul 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

Membrii moștenitori

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

Constructors

Obiectul()

public DOMObject()

Methods

GetPlatformType()

Această metodă este utilizată pentru a obține obiectul ECMAScript System.Type.

public virtual Type GetPlatformType()

Returns

Type

Obiectul ECMAScript este System.Type.

 Română