Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要确切知道 Fsc.exe 正在使用哪个 FSharp.Compiler.dll 文件。我有理由相信它没有使用与其相邻的文件,所以我想知道它使用的是哪个文件。版本号相同,但位置不同。
任何想法如何找出?
总是可以加载Process Explorer并查看加载了哪些 DLL。
如果您已经引用了编译器对象,则应该执行以下操作: compiler.GetType().Assembly.Location()
compiler.GetType().Assembly.Location()