| Class | Description |
|---|---|
| BinaryContext |
This is the base class for all viewer contexts, which deal with
binary data.
|
| BinaryViewerContext |
Represents the binary viewer in the Console which can display binary
data in a read-only hex editor.
|
| DataViewerContext |
Represents the data viewer in the Console which can display simple
and unformatted text.
|
| GraphicViewerContext |
Represents the graphic viewer in the Console which can display images.
|
| InspectorViewerContext |
Represents the inspector viewer in the Console which displays
key/value pairs in an object inspector control.
|
| ListViewerContext |
Represents the list viewer in the Console which can display simple
lists of text data.
|
| SourceViewerContext |
Represents the source viewer in the Console which can display text
data as source code with syntax highlighting.
|
| TableViewerContext |
Represents the table viewer in the Console which can display text
data as a table.
|
| TextContext |
Is the base class for all viewer contexts, which deal with text
data.
|
| ValueListViewerContext |
Represents the value list viewer in the Console which can display data as a key/value list.
|
| ViewerContext |
Is the abstract base class for a viewer context.
|
| WebViewerContext |
Represents the web viewer in the Console which can display HTML
text content as web pages.
|
Copyright © 2023. All rights reserved.