Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: Windows 2000, Windows XP, Windows Server 2003 family
Header: ClrData.idl
Library: CorGuids.lib
.NET Framework Version: 2.0