System.IO.MemoryMappedFiles.MemoryMappedFileAccess Enumeration

Specifies access capabilities and restrictions for a memory-mapped file or view.

Syntax

public enum MemoryMappedFileAccess

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
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.

Requirements

Namespace: System.IO.MemoryMappedFiles
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0