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
大于 0。
length
为负数。
当前平台不是 little-endian。