CLRDataEnumMemoryFlags Enumeration
Indicates which memory regions a call to the ICLRDataEnumMemoryRegions::EnumMemoryRegions method should include.
Syntax
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 |
A minidump, that is, a sparse memory dump. |
CLRDATA_ENUM_MEM_HEAP |
A full heap dump. |
Requirements
Platforms: See System Requirements.
Header: ClrData.idl, ClrData.h
Library: CorGuids.lib
.NET Framework Versions: Available since 2.0
See also
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.