COMCharStream.Read(Byte[], Int32, Int32) 메서드

정의

모든 경우에 NotSupportedException 예외를 throw합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 override int Read(cli::array <System::Byte> ^ buffer, int offset, int count);
public override int Read (byte[] buffer, int offset, int count);
override this.Read : byte[] * int * int -> int
Public Overrides Function Read (buffer As Byte(), offset As Integer, count As Integer) As Integer

매개 변수

buffer
Byte[]

스트림에서 읽은 데이터를 저장할 바이트의 배열입니다.

offset
Int32

스트림에서 읽은 데이터 저장을 시작할 buffer의 바이트 오프셋(0부터 시작)입니다.

count
Int32

스트림에서 읽을 최대 바이트 수입니다.

반환

모든 경우에 NotSupportedException 예외를 throw합니다.

적용 대상

추가 정보