BlobReader(Byte*, Int32) コンストラクター

定義

指定されたメモリ ブロックのリーダーを作成します。

public:
 BlobReader(System::Byte* buffer, int length);
public BlobReader (byte* buffer, int length);
new System.Reflection.Metadata.BlobReader : nativeptr<byte> * int -> System.Reflection.Metadata.BlobReader

パラメーター

buffer
Byte*

メモリ ブロックの開始へのポインター。

length
Int32

メモリ ブロックの長さ (バイト単位)。

例外

buffernull で、length は 0 より大きい値です。

length が負の値です。

現在のプラットフォームはリトルエンディアンではありません。

適用対象