MemoryMappedFileAccess Enumeration
.NET Framework 4.5
Specifies access capabilities and restrictions for a memory-mapped file or view.
Namespace: System.IO.MemoryMappedFiles
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| CopyOnWrite | Read and write access to the file, with the restriction that any write operations will not be seen by other processes. | |
| Read | Read-only access to the file. | |
| ReadExecute | Read access to the file that can store and run executable code. | |
| ReadWrite | Read and write access to the file. | |
| ReadWriteExecute | Read and write access to the file that can can store and run executable code. | |
| Write | Write-only access to file. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.