This documentation is archived and is not being maintained.
MemoryMappedFileOptions Enumeration
Visual Studio 2010
Provides memory allocation options for memory-mapped files.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.IO.MemoryMappedFilesAssembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| None | No memory allocation options are applied. | |
| DelayAllocatePages | Memory allocation is delayed until a view is created with either the CreateViewAccessor or CreateViewStream method. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: