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 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: Windows 2000, Windows XP, Windows Server 2003 family
Header: ClrData.idl
Library: CorGuids.lib
.NET Framework Version: 2.0