Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains values that indicate which memory regions a call to the ICLRDataEnumMemoryRegions::EnumMemoryRegions method should include.
typedef enum CLRDataEnumMemoryFlags {
CLRDATA_ENUM_MEM_DEFAULT = 0x0,
CLRDATA_ENUM_MEM_MINI = CLRDATA_ENUM_MEM_DEFAULT,
CLRDATA_ENUM_MEM_HEAP = 0x1
} CLRDataEnumMemoryFlags;
Members
Member |
Description |
---|---|
CLRDATA_ENUM_MEM_DEFAULT |
Indicates a minidump, that is, a sparse memory dump. |
CLRDATA_ENUM_MEM_HEAP |
Indicates a full heap dump. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: ClrData.idl
Library: CorGuids.lib
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0