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.
一段时间以来,我一直卡在我的程序中,因为它在import clr我启动它时崩溃.exe了。
import clr
.exe
是否有另一种方法可以clr.addReference('myDll')手动执行并让 .NET 知道我的 dll?
clr.addReference('myDll')