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

Utility method for performing hex dumps of binary data

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
static 
class 
HexDumper
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
HexDumper
[
SerializableAttribute]
public 
ref class 
HexDumper 
abstract 
sealed

Members

                 
  All Members     Properties      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
OnlyPrintReadable
If true, only readable characters will be output. Non-readable chars will be replaced with # in the dump.

Default is false.

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Framework . . :: . . HexDumper

See Also