首页 > 解决方案 > Assembly rename and Xaml resources

问题描述

I want to be able to load a dll into one app domain multiple times and it should be possible to make code changes between every load. Currently I use Mono.Cecil to rename the namespace on types to accomplish this. If the dll includes wpf resources it should also rename the namespace on the balm (compiled xaml) files. I haven’t found any example to accomplish this. Has anyone had this issue before and what’s the best way to solve this?

标签: c#wpfmono.cecil

解决方案


推荐阅读