MemoryMappedViewStream: Length (get)

Length

Gets the length of the data in a stream.



 Public Property Get Length ( ) As Long

Return Values

Long -  If unchanged since the stream was initialized, this property returns the length value provided to the constructor. If changes to the stream have occurred, this property reflects any changes to the length of the data.

Read Only.

See Also

Project CorLib Overview

Class MemoryMappedViewStream Overview