MemoryMappedViewAccessor: WriteValue |
Writes the value to the accessor.
Public Sub WriteValue( ByVal Position As Long, ByRef Value As Variant )
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. |