Is there a way to determine the language in which an assembly was originally written? I was considering looking at the referenced assemblies or something similar but wondered if it's as simple as a specific assembly attribute or such...
There is no specific attribute. Just hints. If you see an assembly reference to Microsoft.VisualBasic then the odds are high that it was written in VB.NET. If you see a <CppImplementationDetails>
class then it was written in C++/CLI. Absence of these hints makes C# likely. Ignoring the possibilities of a Mono assembly or the dozens of language ports to .NET
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