次の方法で共有


ByteViewer.SetBytes メソッド

ビューアに表示するバイト配列を設定します。

Public Overridable Sub SetBytes( _
   ByVal bytes() As Byte _)
[C#]
public virtual void SetBytes(byte[] bytes);
[C++]
public: virtual void SetBytes(unsigned charbytes __gc[]);
[JScript]
public function SetBytes(
   bytes : Byte[]);

パラメータ

  • bytes
    表示するバイト配列。

例外

例外の種類 条件
ArgumentNullException 指定されたバイト配列が null 参照 (Visual Basic では Nothing) です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ByteViewer クラス | ByteViewer メンバ | System.ComponentModel.Design 名前空間