microsoft / clrmd

Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
MIT License
1.06k stars 256 forks source link

Do not call TryGetComponentType for the string types #1293

Closed justremotephone closed 1 month ago

justremotephone commented 1 month ago

Try GetComponent for string always returns null. So this call can be skipped to improve performance.