MemoryMappedViewStream: CanWrite (get)

CanWrite

Gets a value indicating whether a stream supports writing.



 Public Property Get CanWrite ( ) As Boolean

Return Values

Boolean -  False if the object was created by a constructor with an Access parameter value that supports writing or was created by a constructor that had no parameters, or if the stream is closed; otherwise, True.

Remarks

This property indicates whether the current stream object supports writing.

Read Only.

See Also

Project CorLib Overview

Class MemoryMappedViewStream Overview