MmFile.Mode

The mode the memory mapped file is opened with.

Values

ValueMeaning
read

Read existing file

readWriteNew

Delete existing file, write new file

readWrite

Read/Write existing file, create if not existing

readCopyOnWrite

Read/Write existing file, copy on write

Meta