MemoryMappedFileOptions Enumeration
.NET Framework (current version)
Provides memory allocation options for memory-mapped files.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| DelayAllocatePages | Memory allocation is delayed until a view is created with either the CreateViewAccessor or CreateViewStream method. | |
| None | No memory allocation options are applied. |
.NET Framework
Available since 4.0
Available since 4.0
Show: