ByteViewer::SetBytes Method (array<Byte>^)

 

Sets the byte array to display in the viewer.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

public:
virtual void SetBytes(
	array<unsigned char>^ bytes
)

Parameters

bytes
Type: array<System::Byte>^

The byte array to display.

Exception Condition
ArgumentNullException

The specified byte array is null.

.NET Framework
Available since 1.1
Return to top
Show: