Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
Перейти к файлу
Lee Culver 496892ecb1
Add ClrValueType.FromAddress (#1286)
2024-09-13 12:37:45 -07:00
doc Update faq (#1247) 2024-03-13 13:51:59 -07:00
eng Update dependencies from https://github.com/dotnet/arcade build 20240826.2 2024-09-02 12:48:06 +00:00
src Add ClrValueType.FromAddress (#1286) 2024-09-13 12:37:45 -07:00
test_artifacts
.editorconfig
.gitattributes
.gitignore
Build.cmd
CONTRIBUTING.md
Directory.Build.props Update Dependencies (#1260) 2024-06-06 11:37:37 -07:00
Directory.Build.targets
LICENSE
Microsoft.Diagnostics.Runtime.sln
NuGet.config
README.md
Restore.cmd
SECURITY.md
Test.cmd
azure-pipelines-external.yml Bump to macos-latest build image (#1265) 2024-06-19 15:29:05 -07:00
azure-pipelines-internal.yml Update azure-pipelines-internal.yml (#1264) 2024-06-14 09:42:52 -07:00
build.sh
global.json Update dependencies from https://github.com/dotnet/arcade build 20240826.2 2024-09-02 12:48:06 +00:00
restore.sh
test.sh

README.md

Microsoft.Diagnostics.Runtime

ClrMD release ClrMD download count

Microsoft.Diagnostics.Runtime.dll also called "ClrMD" is a process and crash dump introspection library. This allows you to write tools and debugger plugins which can do thing similar to SOS and PSSCOR.

For more details, take a look at the GettingStarted guide, FAQ, and Samples.

For information on migrating from ClrMD 2.0 -> 2.1 please take a look at Migrating21.

Latest package is available from Azure DevOps public feed: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json (browse).