Lezen in het Engels Bewerken

Delen via


MemoryMappedFileOptions Enum

Definition

Provides memory allocation options for memory-mapped files.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum MemoryMappedFileOptions
[System.Flags]
[System.Serializable]
public enum MemoryMappedFileOptions
Inheritance
MemoryMappedFileOptions
Attributes

Fields

Name Value Description
None 0

No memory allocation options are applied.

DelayAllocatePages 67108864

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

Applies to