Skip to content

Commit 18ac45a

Browse files
Finishing up ICoredebug module4 and process11 (#31068)
Co-authored-by: mikelle-rogers <[email protected]> Co-authored-by: Juan Sebastian Hoyos Ayala <[email protected]>
1 parent 84a57c2 commit 18ac45a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/framework/unmanaged-api/debugging/debugging-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ This section describes the unmanaged interfaces that handle the debugging of a p
318318
Logically extends the [ICorDebugProcess](icordebugprocess-interface.md) interface to enable or disable certain types of [ICorDebugManagedCallback2](icordebugmanagedcallback2-interface.md) exception callbacks.
319319

320320
[ICorDebugProcess11 Interface](icordebugprocess11-interface.md)\
321-
Provides a method that configures the debugger to handle in-memory metadata updates in the target process.
321+
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.
322322

323323
[ICorDebugProcessEnum Interface](icordebugprocessenum-interface.md)\
324324
Implements `ICorDebugEnum` methods, and enumerates `ICorDebugProcess` arrays.

docs/framework/unmanaged-api/debugging/icordebugmodule4-interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ interface ICorDebugModule4 : IUnknown
5050
**Header:** CorDebug.idl, CorDebug.h
5151

5252
**Library:** CorGuids.lib
53-
54-
**.NET Framework Versions:** 4.5, 4, 3.5 SP1
53+
54+
**.NET Versions:** [!INCLUDE[net-core-50-plus](../../../../includes/net-core-50-md.md)]
5555

5656
## See also
5757

docs/framework/unmanaged-api/debugging/icordebugprocess11-enumerateloaderheapmemoryregions-method.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ topic_type:
1616
---
1717
# ICorDebugProcess11::EnumerateLoaderHeapMemoryRegions Method
1818

19-
[Supported in .NET Framework 4.5.2 and later versions.]
19+
[Supported in .NET Core 5 and later versions.]
2020

21-
Configures how the debugger handles in-memory updates to metadata within the target process.
21+
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.
2222

2323
## Syntax
2424

@@ -42,7 +42,7 @@ HRESULT EnumerateLoaderHeapMemoryRegions(
4242

4343
**Library:** CorGuids.lib
4444

45-
**.NET Framework Versions:** [!INCLUDE[net_current_v452plus](../../../../includes/net-current-v452plus-md.md)]
45+
**.NET Versions:** [!INCLUDE[net-core-50-plus](../../../../includes/net-core-50-md.md)]
4646

4747
## See also
4848

docs/framework/unmanaged-api/debugging/icordebugprocess11-interface.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ topic_type:
1414
---
1515
# ICorDebugProcess11 Interface
1616

17-
[Supported in .NET Framework 4.5.2 and later versions.]
18-
19-
Provides a method that configures the debugger to handle in-memory metadata updates in the target process.
17+
[Supported in .NET Core 5.0 and later versions.]
2018

19+
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.
20+
2121
## Methods
2222

2323
|Method|Description|
2424
|------------|-----------------|
25-
|[EnumerateLoaderHeapMemoryRegions Method](icordebugprocess11-enumerateloaderheapmemoryregions-method.md)|Sets a value that determines how the debugger handles in-memory updates to metadata within the target process.|
25+
|[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.|
2626

2727
## Remarks
2828

@@ -33,8 +33,8 @@ topic_type:
3333
**Header:** CorDebug.idl, CorDebug.h
3434

3535
**Library:** CorGuids.lib
36-
37-
**.NET Framework Versions:** [!INCLUDE[net_current_v452plus](../../../../includes/net-current-v452plus-md.md)]
36+
37+
**.NET Versions:** [!INCLUDE[net-core-50-plus](../../../../includes/net-core-50-md.md)]
3838

3939
## See also
4040

0 commit comments

Comments
 (0)