MemoryMappedViewAccessor: WriteArray |
Writes structures of the type from an array passed into the accessor.
Public Sub WriteArray( ByVal Position As Long, ByRef Arr As Variant, ByVal Offset As Long, ByVal Count As Long )
Exception | Condition |
---|---|
ArgumentException | There are not enough bytes in the accessor after Position to write the number of structures specified by Count. |
ArgumentOutOfRangeException |
Position is less than zero or greater than the capacity of the accessor. -or- Offset is less than the lower-bound of Arr. -or- Count is less than zero. |
NotSupportedException | The accessor does not support writing. |