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)

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

[SerializableAttribute]
public ref class HexDumper abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticOnlyPrintReadable

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.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDumpHexToConsole(array<Byte>^)

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

System_CAPS_pubmethodSystem_CAPS_staticDumpHexToDebug(array<Byte>^)

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

System_CAPS_pubmethodSystem_CAPS_staticDumpHexToTrace(array<Byte>^)

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

System_CAPS_pubmethodSystem_CAPS_staticDumpHexTraceToString(array<Byte>^)

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

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

Return to top
Show: