System.IO.MemoryMappedFiles.MemoryMappedFileOptions Enumeration

Provides memory allocation options for memory-mapped files.

Syntax

[System.Flags]
public enum MemoryMappedFileOptions

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
DelayAllocatePages

Memory allocation is delayed until a view is created with either the MemoryMappedFile.CreateViewAccessor or MemoryMappedFile.CreateViewStream method.

None

No memory allocation options are applied.

Requirements

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