HexDumper Class

 

Provides utility methods for performing hex dumps of binary data.

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

Inheritance Hierarchy

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

Syntax

[SerializableAttribute]
public static class HexDumper
[SerializableAttribute]
public ref class HexDumper abstract sealed 
<SerializableAttribute>
Public NotInheritable Class HexDumper

Properties

Name Description
System_CAPS_pubpropertySystem_CAPS_static OnlyPrintReadable

If true, only readable characters are in the output. Non-readable characters are replaced with the pound sign (#) in the dump. The default value is false.

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static DumpHexToConsole(Byte[])

Performs a hex dump of a byte stream to the console.

System_CAPS_pubmethodSystem_CAPS_static DumpHexToDebug(Byte[])

Performs a hex dump of a byte stream to the debug stream.

System_CAPS_pubmethodSystem_CAPS_static DumpHexToTrace(Byte[])

Performs a hex dump of a byte stream to the trace stream.

System_CAPS_pubmethodSystem_CAPS_static DumpHexTraceToString(Byte[])

Returns a string containing a hex dump of the debug trace.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top