Op Englesch liesen Editéieren

Deelen iwwer


PrintQueueStream.Write(Byte[], Int32, Int32) Method

Definition

Writes a sequence of bytes to the stream and advances the read/write position in the stream by the number of bytes that are written.

C#
[System.Security.SecurityCritical]
public override void Write(byte[] buffer, int offset, int count);
C#
public override void Write(byte[] buffer, int offset, int count);

Parameters

buffer
Byte[]

An array of bytes from which to copy to the stream.

offset
Int32

The zero-based byte offset in the buffer where you want to begin copying bytes to the stream.

count
Int32

The number of bytes to write to the stream.

Attributes

Applies to

Produkt Versiounen
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10