Skip to content

NativeMethods.TypeEnum ​

Contains memory allocation types.

Kind: Enum

Namespace: ConnectorLib

Inheritance: IComparable → IConvertible → IFormattable → ISpanFormattable

Public Attributes

TypeEnum

MEM_IMAGE

The memory region is image memory.

TypeEnum

MEM_MAPPED

The memory region is mapped memory.

TypeEnum

MEM_PRIVATE

The memory region is private memory.

Enums

NativeMethods.TypeEnum

[MEM_IMAGE = 16777216, MEM_MAPPED = 262144, MEM_PRIVATE = 131072]

Contains memory allocation types.