BlobReader(Byte*, Int32) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立指定記憶體區塊的讀取器。
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
記憶體區塊的長度,以位元組為單位。
例外狀況
buffer
是 null
,且 length
大於零。
length
為負。
目前的平台不是位元組由小到大。