Is there any way I can see the contents of the string table in a running .NET application?
I want to compare a console application with vanilla string concatinations and one using the string builder.
Is there any way I can see the contents of the string table in a running .NET application?
I want to compare a console application with vanilla string concatinations and one using the string builder.
Copyright © 2021 Jogjafile Inc.
You can use ClrMD to attach to a process and retrieve information from it. Something along the lines of the following should work: