Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

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

[SerializableAttribute]
[FlagsAttribute]
public enum class MemoryMappedFileOptions

Member nameDescription
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
Return to top
Show:
© 2017 Microsoft