UnmanagedMemoryAccessor::Write Method (Int64, UInt32)
.NET Framework (current version)
Writes an unsigned 32-bit integer into the accessor.
This API is not CLS-compliant.
Assembly: mscorlib (in mscorlib.dll)
public: [CLSCompliantAttribute(false)] void Write( long long position, unsigned int value )
Parameters
- position
-
Type:
System::Int64
The number of bytes into the accessor at which to begin writing.
- value
-
Type:
System::UInt32
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
Available since 10
.NET Framework
Available since 4.0
Show: