MemoryMappedViewStream: Capacity (get) |
Gets the stream length (size) or the total amount of memory assigned to a stream (capacity).
Public Property Get Capacity ( ) As Long
This property returns the Capacity value provided to the constructor. If no Capacity value was specified when the stream was initialized, this property returns the stream length.
Read Only.