简体   繁体   中英

How to know which exact .NET assembly is used

I need to know exactly which FSharp.Compiler.dll file the Fsc.exe is using. I have reasons to believe that it is not using the file adjacent to it, so I want to know which one it does use. The version numbers are the same, but the locations are different.

Any ideas how to find out?

始终可以加载Process Explorer,并查看加载了哪些DLL。

如果已经有对编译器对象的引用,则应执行以下操作: compiler.GetType().Assembly.Location()

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM