[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The HexDumpertype exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
DumpHexToConsole( array< Byte > [] () [] [] )
Hex dumps a byte stream to the Console
DumpHexToDebug( array< Byte > [] () [] [] )
Hex dumps a byte stream to the debug stream
DumpHexToTrace( array< Byte > [] () [] [] )
Hex dumps a byte stream to the trace stream
DumpHexTraceToString( array< Byte > [] () [] [] )
Returns a string containing a hex dump of the debug trace

See Also