When I run my C# application, Visual Studio reports that it has loaded a managed binary with (what looks like) a randomly generated name.
For example:
'WindowsFormsApplication1.vshost.exe' (Managed): Loaded 'ehmgcsw7'
or:
'WindowsFormsApplication1.vshost.exe' (Managed): Loaded 'jvo4sksu'
What is this, and why is its name (seemingly) randomly generated?
It takes the assembly source code and produces an assembly listing with offsets. The assembler output is stored in an object file. Linking is the final stage of compilation. It takes one or more object files or libraries as input and combines them to produce a single (usually executable) file.
These are usually the assemblies generated to provide XML (de)serialization functionality when no pre-compiled serialization assembly as been built.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With