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 | |
---|---|---|
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 | |
---|---|---|
DumpHexToConsole(Byte[]) | Performs a hex dump of a byte stream to the console. |
|
DumpHexToDebug(Byte[]) | Performs a hex dump of a byte stream to the debug stream. |
|
DumpHexToTrace(Byte[]) | Performs a hex dump of a byte stream to the trace stream. |
|
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