标签: c# .net
我认为加载程序集时的默认行为是与调用者在同一个应用程序域中。如何将程序集加载到另一个应用程序域?
答案 0 :(得分:1)
使用AppDomain::Load方法将程序集加载到特定的AppDomain实例
AppDomain::Load
AppDomain