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

Hex dumps a byte stream to the trace stream

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
void 
DumpHexToTrace(
	
byte[] 
data
)
Public 
Shared 
Sub 
DumpHexToTrace ( _
	
data 
As 
Byte() _
)
public:
static 
void 
DumpHexToTrace(
	
array<
unsigned char>^ 
data
)

Parameters

data
array< Byte > [] () [] []
Data to dump

See Also