Skip to content
SiteEmail

cohtml.Net.DebugDump

Debugging class used for dumping the whole structure of the page DOM.

Inherits from SystemIDisposable

Name
enum classDumpFlags { DF_None = 0, DF_IncludeStyles = 1 << 1, DF_IncludeLayout = 1 << 2}
Name
virtual voidDispose()
virtual voidRelease()
Name
stringDump
Name
boolswigCMemOwn
EnumeratorValueDescription
DF_None0
DF_IncludeStyles1 << 1
DF_IncludeLayout1 << 2
virtual void Dispose()
virtual void Release()
string Dump;
bool swigCMemOwn;