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

定義

指定したバイト データをストリームに書き込みます。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

buffer
Byte[]

現在のストリームにコピーするバイト データの配列。

offset
Int32

現在のストリームへのバイトのコピーを開始する buffer の 0 から始まるバイト オフセット。

count
Int32

bufferから現在のストリームにコピーするバイト数。

適用対象

こちらもご覧ください