The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BinaryWriter::Write Method (array<Byte>^, Int32, Int32)
.NET Framework (current version)
Writes a region of a byte array to the current stream.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- buffer
-
Type:
array<System::Byte>^
A byte array containing the data to write.
- index
-
Type:
System::Int32
The starting point in buffer at which to begin writing.
- count
-
Type:
System::Int32
The number of bytes to write.
| Exception | Condition |
|---|---|
| ArgumentException | The buffer length minus index is less than count. |
| ArgumentNullException | buffer is null. |
| ArgumentOutOfRangeException | index or count is negative. |
| IOException | An I/O error occurs. |
| ObjectDisposedException | The stream is closed. |
For a list of common I/O tasks, see Common I-O Tasks.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: