COMCharStream.Read(Byte[], Int32, Int32) メソッド

定義

すべてのケースで NotSupportedException 例外をスローします。

この 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 例外をスローします。

適用対象

こちらもご覧ください