[This is preliminary documentation and is subject to change.]
The CefDomVisitor type exposes the following members.Constructors
Name | Description | |
---|---|---|
CefDomVisitor | Initializes a new instance of the CefDomVisitor class |
Methods
Name | Description | |
---|---|---|
Dispose | Releases the unmanaged resources used by the CefDomVisitor and optionally releases the managed resources | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Object Finalize .) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Visit |
Method executed for visiting the DOM. The document object passed to this
method represents a snapshot of the DOM at the time this method is
executed. DOM objects are only valid for the scope of this method. Do not
keep references to or attempt to access any DOM objects outside the scope
of this method.
|
Properties
Name | Description | |
---|---|---|
SyncRoot |
See Also