Visual Studio 2008 can produce assembly that target the .NET 3.5 Compact Framework for Windows CE. Is there an easy way in C# perhaps using reflection or mono cecil to determine what environment a given DLL targets.
Asked
Active
Viewed 152 times
1
-
Do you mean "what it targets" or "what it is currently running in"? – JaredPar Aug 22 '13 at 16:07
-
1See http://stackoverflow.com/questions/325918/how-to-find-out-which-version-of-the-net-framework-an-executable-needs-to-run – Rotem Aug 22 '13 at 16:11
-
3Barely. It will reference mscorlib version 3.5.0.0. That's unique for .NET CF assemblies afaik. – Hans Passant Aug 22 '13 at 16:21