ICLRDataEnumMemoryRegionsCallback Interface
Provides a callback method for ICLRDataEnumMemoryRegions::EnumMemoryRegions to report to the debugger the result of an attempt to enumerate a specified region of memory.
interface ICLRDataEnumMemoryRegionsCallback : IUnknown {
HRESULT EnumMemoryRegion (
[in] CLRDATA_ADDRESS address,
[in] ULONG32 size
);
}
Methods
Method |
Description |
---|---|
Called by ICLRDataEnumMemoryRegions::EnumMemoryRegions to report to the debugger the result of an attempt to enumerate a specified region of memory. |
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