Windows apps
Collapse the table of content
Expand the table of content
Information
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.

UnmanagedMemoryAccessor::Write Method (Int64, Int32)

.NET Framework (current version)
 

Writes a 32-bit integer into the accessor.

Namespace:   System.IO
Assembly:  mscorlib (in mscorlib.dll)

public:
void Write(
	long long position,
	int value
)

Parameters

position
Type: System::Int64

The number of bytes into the accessor at which to begin writing.

value
Type: System::Int32

The value to write.

Exception Condition
ArgumentException

There are not enough bytes after position to write a value.

ArgumentOutOfRangeException

position is less than zero or greater than the capacity of the accessor.

NotSupportedException

The accessor does not support writing.

ObjectDisposedException

The accessor has been disposed.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft