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