TraceReader.GetBytes(Int32, Int64, Byte[], Int32, Int32) 메서드

정의

지정한 버퍼 오프셋에서 시작하여 지정한 열 오프셋의 바이트 스트림을 배열로 버퍼에 가져옵니다.

public:
 virtual long GetBytes(int ordinal, long fieldOffset, cli::array <System::Byte> ^ buffer, int bufferoffset, int length);
public long GetBytes (int ordinal, long fieldOffset, byte[] buffer, int bufferoffset, int length);
abstract member GetBytes : int * int64 * byte[] * int * int -> int64
override this.GetBytes : int * int64 * byte[] * int * int -> int64
Public Function GetBytes (ordinal As Integer, fieldOffset As Long, buffer As Byte(), bufferoffset As Integer, length As Integer) As Long

매개 변수

ordinal
Int32

바이트 배열 값을 검색할 열 위치를 지정하는 Int32 값입니다.

fieldOffset
Int64

읽기 작업을 시작할 필드 내의 인덱스를 지정하는 Int32 값입니다.

buffer
Byte[]

바이트 스트림을 읽을 Byte 배열입니다.

bufferoffset
Int32

읽기 작업을 시작할 인덱스를 지정하는 Int32 값입니다.

length
Int32

읽을 바이트 수를 지정하는 Int32 값입니다.

반환

배열에서 반환된 바이트 수를 지정하는 Int64 값입니다.

구현

예제

Readme_Tracer

적용 대상