MemoryType Enumeration

Specifies the type of pages in a memory region.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum MemoryType

Remarks

Members

Private 131,072 Indicates that the memory pages within the region are private (that is, not shared by other processes).
Mapped 262,144 Indicates that the memory pages within the region are mapped into the view of a section.
Image 16,777,216 Indicates that the memory pages within the region are mapped into the view of an image section.

See Also