MemoryMappedFile: IsReadOnly (get)

IsReadOnly

Returns if the mapped file is read-only.



 Public Property Get IsReadOnly ( ) As Boolean

Return Values

Boolean -  Returns True if the mapped file is opened in read-only mode, False otherwise.

Remarks

Use this property to determine if a Byte array returned from the CreateView method can be written to.

Read Only.

See Also

Project CorLib Overview
Class MemoryMappedFile Overview