cohtml.Net.DebugDump
Debugging class used for dumping the whole structure of the page DOM.
Inherits from SystemIDisposable
Public Types
Section titled “Public Types”| Name | |
|---|---|
| enum class | DumpFlags { DF_None = 0, DF_IncludeStyles = 1 << 1, DF_IncludeLayout = 1 << 2} |
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual void | Dispose() |
| virtual void | Release() |
Public Properties
Section titled “Public Properties”| Name | |
|---|---|
| string | Dump |
Protected Attributes
Section titled “Protected Attributes”| Name | |
|---|---|
| bool | swigCMemOwn |
Public Types Documentation
Section titled “Public Types Documentation”enum DumpFlags
Section titled “enum DumpFlags”| Enumerator | Value | Description |
|---|---|---|
| DF_None | 0 | |
| DF_IncludeStyles | 1 << 1 | |
| DF_IncludeLayout | 1 << 2 |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual void Dispose()function Release
Section titled “function Release”virtual void Release()Public Property Documentation
Section titled “Public Property Documentation”property Dump
Section titled “property Dump”string Dump;Protected Attributes Documentation
Section titled “Protected Attributes Documentation”variable swigCMemOwn
Section titled “variable swigCMemOwn”bool swigCMemOwn;© 2026 Coherent Labs. All rights reserved.