Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ topic_type:
---
# ICorDebugProcess11::EnumerateLoaderHeapMemoryRegions Method

[Supported in .NET 5 and later versions.]
[Supported in .NET 5 through .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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ topic_type:
---
# ICorDebugProcess11 Interface

[Supported in .NET 5 and later versions.]
[Supported in .NET 5 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.

Expand Down
Loading