Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Provides a method to enumerate regions of memory that are specified by callers.
interface ICLRDataEnumMemoryRegions : IUnknown {
HRESULT EnumMemoryRegions (
[in] ICLRDataEnumMemoryRegionsCallback *callback,
[in] ULONG32 miniDumpFlags,
[in] CLRDataEnumMemoryFlags clrFlags
);
}
Methods
| Method | Description |
|---|---|
Enumerates specified areas of memory. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: ClrData.idl
Library: CorGuids.lib
.NET Framework Version: 2.0