标签: c# .net appdomain
我正在设置PrivateBinPath以获取私有程序集的设置发现路径。
我正在尝试使用:
AppDomain.CurrentDomain.SetupInformation.PrivateBinPath = @"r:\Build";
但这没有得到更新。当我检查下面它仍然是空的。
var s2 = AppDomain.CurrentDomain.RelativeSearchPath;
如何设置,不需要在运行时/