Update ICorDebugProcess11 documentation#53677
Open
rcj1 wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the unmanaged debugging API reference to reflect that ICorDebugProcess11 is no longer available after .NET 10 (per the linked runtime change).
Changes:
- Update the support note for
ICorDebugProcess11to indicate a bounded support range (.NET 5 through .NET 10). - Update the support note for
ICorDebugProcess11::EnumerateLoaderHeapMemoryRegionsto the same bounded range.
Show a summary per file
| File | Description |
|---|---|
| docs/core/unmanaged-api/debugging/icordebug/icordebugprocess11-interface.md | Updates the “Supported in …” note for the ICorDebugProcess11 interface. |
| docs/core/unmanaged-api/debugging/icordebug/icordebugprocess11-enumerateloaderheapmemoryregions-method.md | Updates the “Supported in …” note for the EnumerateLoaderHeapMemoryRegions method. |
Copilot's findings
Comments suppressed due to low confidence (1)
docs/core/unmanaged-api/debugging/icordebug/icordebugprocess11-enumerateloaderheapmemoryregions-method.md:21
- The SOS command name looks incorrect here: this page says
eeheap-loader, but other references in this repo (including the ICorDebugProcess11 interface page) useeeheap -loader. Align the command formatting so readers can copy/paste the correct SOS command.
[Supported in .NET 5-.NET 10.]
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.
- Files reviewed: 2/2 changed files
- Comments generated: 2
gewarren
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updating docs to reflect removal of ICorDebugProcess11. Context: dotnet/runtime#128042
Internal previews