When I run my C # application, Visual Studio reports that it loaded a managed binary with (what it looks like) a randomly generated name.
For example:
'WindowsFormsApplication1.vshost.exe' (Managed): Loaded 'ehmgcsw7'
or
'WindowsFormsApplication1.vshost.exe' (Managed): Loaded 'jvo4sksu'
What is it and why is its name (seemingly random) generated?
c # visual-studio managed
crdx
source share