在.Net中有System.Reflection.Assembly。 LoadFrom(“文件位置”)和System.Reflection.Assembly。 LoadFile(“文件位置”)。在WinRT中只有System.Reflection.Assembly。加载(System.Reflection.AssemblyName)。 那么如何在WinRT中加载dll文件?
答案 0 :(得分:0)
从我在互联网上阅读的所有内容来看,即使在UWP中也是如此。
我在这里创建了一个功能请求: https://wpdev.uservoice.com/forums/110705-universal-windows-platform/suggestions/18145291-dynamically-load-assembly
如果您对此功能进行投票,将不胜感激。同时,除了在AppX包中包含DLL(这是无用的)之外,我认为这个问题没有答案。