diff --git a/docs/core/unmanaged-api/debugging/icordebug/icordebugprocess11-enumerateloaderheapmemoryregions-method.md b/docs/core/unmanaged-api/debugging/icordebug/icordebugprocess11-enumerateloaderheapmemoryregions-method.md index 9fa4a501e5323..90d12a1caada6 100644 --- a/docs/core/unmanaged-api/debugging/icordebug/icordebugprocess11-enumerateloaderheapmemoryregions-method.md +++ b/docs/core/unmanaged-api/debugging/icordebug/icordebugprocess11-enumerateloaderheapmemoryregions-method.md @@ -16,7 +16,7 @@ topic_type: --- # ICorDebugProcess11::EnumerateLoaderHeapMemoryRegions Method -[Supported in .NET 5 and later versions.] +Deprecated. Enumerates ranges of native memory that are used by the .NET runtime to store internal data structures that describe .NET types and methods. The information returned is the same information that would be shown by using the SOS `eeheap-loader` command. @@ -42,7 +42,7 @@ HRESULT EnumerateLoaderHeapMemoryRegions( **Library:** CorGuids.lib - **.NET Versions:** Available since .NET Core 5.0 + **.NET Versions:** Available from .NET 8 through .NET 10. ## See also diff --git a/docs/core/unmanaged-api/debugging/icordebug/icordebugprocess11-interface.md b/docs/core/unmanaged-api/debugging/icordebug/icordebugprocess11-interface.md index 90a1ba7467e62..8a082a1acd953 100644 --- a/docs/core/unmanaged-api/debugging/icordebug/icordebugprocess11-interface.md +++ b/docs/core/unmanaged-api/debugging/icordebug/icordebugprocess11-interface.md @@ -13,15 +13,15 @@ topic_type: --- # ICorDebugProcess11 Interface -[Supported in .NET 5 and later versions.] +[Supported in .NET 8 through .NET 10.] -Provides a method that enumerates ranges of native memory that are used by the .NET runtime to store internal data structures that describe .NET types and methods. The returned information is the same information that would be shown by using the SOS `eeheap -loader` command. +Deprecated. Provides a method that enumerates ranges of native memory that are used by the .NET runtime to store internal data structures that describe .NET types and methods. The returned information is the same information that would be shown by using the SOS `eeheap -loader` command. ## Methods |Method|Description| |------------|-----------------| -|[EnumerateLoaderHeapMemoryRegions Method](icordebugprocess11-enumerateloaderheapmemoryregions-method.md)|Enumerates ranges of native memory that are used by the .NET runtime to store internal data structures that describe .NET types and methods. The information returned is the same information that would be shown by using the SOS `eeheap -loader` command. | +|[EnumerateLoaderHeapMemoryRegions Method](icordebugprocess11-enumerateloaderheapmemoryregions-method.md)|Deprecated. Enumerates ranges of native memory that are used by the .NET runtime to store internal data structures that describe .NET types and methods. The information returned is the same information that would be shown by using the SOS `eeheap -loader` command. | ## Remarks