IDataWriter.WriteBytes(Byte[]) メソッド

定義

バイト値の配列を出力ストリームに書き込みます。

public:
 void WriteBytes(Platform::Array <byte> ^ value);
void WriteBytes(winrt::array_view <byte> const& value);
public void WriteBytes(byte[] value);
function writeBytes(value)
Public Sub WriteBytes (value As Byte())

パラメーター

value

Byte[]

byte[]

値の配列。

適用対象