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 0 length 보다 큽니다.

length 가 음수입니다.

현재 플랫폼은 little-endian이 아닙니다.

적용 대상