Skip to content

Commit f922a8f

Browse files
Finishing ICordebug module4 and process11 docs (#31188)
* Completing last changes
1 parent cc0197a commit f922a8f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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 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.
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. The information returned is the same information that would be shown by using 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/icordebugprocess11-enumerateloaderheapmemoryregions-method.md

Lines changed: 2 additions & 2 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 Core 5 and later versions.]
19+
[Supported in .NET 5 and later versions.]
2020

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.
21+
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.
2222

2323
## Syntax
2424

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

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

17-
[Supported in .NET Core 5.0 and later versions.]
17+
[Supported in .NET 5 and later versions.]
1818

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.
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. The returned information is the same information that would be shown by using the SOS `eeheap -loader` command.
2020

2121
## Methods
2222

2323
|Method|Description|
2424
|------------|-----------------|
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.|
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. The information returned is the same information that would be shown by using the SOS `eeheap -loader` command. |
2626

2727
## Remarks
2828

0 commit comments

Comments
 (0)