MemoryMappedViewStream: Capacity (get)

Capacity

Gets the stream length (size) or the total amount of memory assigned to a stream (capacity).



 Public Property Get Capacity ( ) As Long

Return Values

Long -  The size or capacity of the stream.

Remarks

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.

See Also

Project CorLib Overview

Class MemoryMappedViewStream Overview