DOMObject Class

DOMObject class

The DOMObject type is used to represent an base object for the entire Document Object Model. For Java and ECMAScript, DOMObject is bound to the Object type.

public class DOMObject : INotifyPropertyChanged

Constructors

NameDescription
DOMObject()The default constructor.

Methods

NameDescription
virtual GetPlatformType()This method is used to retrieve the ECMAScript object .

See Also