diff --git a/docs/framework/unmanaged-api/debugging/debugging-interfaces.md b/docs/framework/unmanaged-api/debugging/debugging-interfaces.md index 7dba47a1c66d2..f7dafa92c12c3 100644 --- a/docs/framework/unmanaged-api/debugging/debugging-interfaces.md +++ b/docs/framework/unmanaged-api/debugging/debugging-interfaces.md @@ -318,7 +318,7 @@ This section describes the unmanaged interfaces that handle the debugging of a p Logically extends the [ICorDebugProcess](icordebugprocess-interface.md) interface to enable or disable certain types of [ICorDebugManagedCallback2](icordebugmanagedcallback2-interface.md) exception callbacks. [ICorDebugProcess11 Interface](icordebugprocess11-interface.md)\ - Provides a method that configures the debugger to handle in-memory metadata updates in the target process. + 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. It is the same information that would be shown running the SOS "eeheap -loader" command. [ICorDebugProcessEnum Interface](icordebugprocessenum-interface.md)\ Implements `ICorDebugEnum` methods, and enumerates `ICorDebugProcess` arrays. diff --git a/docs/framework/unmanaged-api/debugging/icordebugmodule4-interface.md b/docs/framework/unmanaged-api/debugging/icordebugmodule4-interface.md index f3aa33cf71f03..c1de659657180 100644 --- a/docs/framework/unmanaged-api/debugging/icordebugmodule4-interface.md +++ b/docs/framework/unmanaged-api/debugging/icordebugmodule4-interface.md @@ -50,8 +50,8 @@ interface ICorDebugModule4 : IUnknown **Header:** CorDebug.idl, CorDebug.h **Library:** CorGuids.lib - - **.NET Framework Versions:** 4.5, 4, 3.5 SP1 + + **.NET Versions:** [!INCLUDE[net-core-50-plus](../../../../includes/net-core-50-md.md)] ## See also diff --git a/docs/framework/unmanaged-api/debugging/icordebugprocess11-enumerateloaderheapmemoryregions-method.md b/docs/framework/unmanaged-api/debugging/icordebugprocess11-enumerateloaderheapmemoryregions-method.md index 0aea326f22031..36e0fbd903dad 100644 --- a/docs/framework/unmanaged-api/debugging/icordebugprocess11-enumerateloaderheapmemoryregions-method.md +++ b/docs/framework/unmanaged-api/debugging/icordebugprocess11-enumerateloaderheapmemoryregions-method.md @@ -16,9 +16,9 @@ topic_type: --- # ICorDebugProcess11::EnumerateLoaderHeapMemoryRegions Method -[Supported in .NET Framework 4.5.2 and later versions.] +[Supported in .NET Core 5 and later versions.] - Configures how the debugger handles in-memory updates to metadata within the target process. + Enumerates ranges of native memory that are used by the .NET runtime to store internal data structures that describe .NET types and methods. It is the same information that would be shown running the SOS "eeheap-loader" command. ## Syntax @@ -42,7 +42,7 @@ HRESULT EnumerateLoaderHeapMemoryRegions( **Library:** CorGuids.lib - **.NET Framework Versions:** [!INCLUDE[net_current_v452plus](../../../../includes/net-current-v452plus-md.md)] + **.NET Versions:** [!INCLUDE[net-core-50-plus](../../../../includes/net-core-50-md.md)] ## See also diff --git a/docs/framework/unmanaged-api/debugging/icordebugprocess11-interface.md b/docs/framework/unmanaged-api/debugging/icordebugprocess11-interface.md index bc8951464255c..7d4e6e468ab90 100644 --- a/docs/framework/unmanaged-api/debugging/icordebugprocess11-interface.md +++ b/docs/framework/unmanaged-api/debugging/icordebugprocess11-interface.md @@ -14,15 +14,15 @@ topic_type: --- # ICorDebugProcess11 Interface -[Supported in .NET Framework 4.5.2 and later versions.] - - Provides a method that configures the debugger to handle in-memory metadata updates in the target process. +[Supported in .NET Core 5.0 and later versions.] +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. It is the same information that would be shown running the SOS "eeheap -loader" command. + ## Methods |Method|Description| |------------|-----------------| -|[EnumerateLoaderHeapMemoryRegions Method](icordebugprocess11-enumerateloaderheapmemoryregions-method.md)|Sets a value that determines how the debugger handles in-memory updates to metadata within the target process.| +|[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. It is the same information that would be shown running the SOS "eeheap -loader" command.| ## Remarks @@ -33,8 +33,8 @@ topic_type: **Header:** CorDebug.idl, CorDebug.h **Library:** CorGuids.lib - - **.NET Framework Versions:** [!INCLUDE[net_current_v452plus](../../../../includes/net-current-v452plus-md.md)] + + **.NET Versions:** [!INCLUDE[net-core-50-plus](../../../../includes/net-core-50-md.md)] ## See also