MemoryMappedViewStream: CanRead (get)

CanRead

Gets a value indicating whether a stream supports reading.



 Public Property Get CanRead ( ) As Boolean

Return Values

Boolean -  False if the object was created by a constructor with an Access parameter that did not include reading the stream and if the stream is closed; otherwise, True.

Remarks

This property indicates whether the current stream object supports reading.

Read Only.

See Also

Project CorLib Overview

Class MemoryMappedViewStream Overview