Get assembly names using dotnet profiling api
I’m using .NET profiling api to instrument my .NETCore application running on Linux. I need to find all the assemblies loaded in my application.
I’m using .NET profiling api to instrument my .NETCore application running on Linux. I need to find all the assemblies loaded in my application.