ByteViewer.SetBytes(Byte[]) 方法

定义

设置要在查看器中显示的字节数组。

public:
 virtual void SetBytes(cli::array <System::Byte> ^ bytes);
public virtual void SetBytes (byte[] bytes);
abstract member SetBytes : byte[] -> unit
override this.SetBytes : byte[] -> unit
Public Overridable Sub SetBytes (bytes As Byte())

参数

bytes
Byte[]

要显示的字节数组。

例外

指定的字节数组为 null

适用于