CLR via C#
Rate it:
Open Preview
Started reading September 27, 2016
3%
Flag icon
You can tell if the .NET Framework has been installed by looking for the MSCorEE.dll file in the %SystemRoot%\System32 directory.
3%
Flag icon
Microsoft ships two SDK command-line utilities, DumpBin.exe and CorFlags.exe, that you can use to examine the header information emitted in a managed module by the compiler.