How to modify/append PrivateBinPath of AppDomain?

  • Thread starter Thread starter Jon Davis
  • Start date Start date
J

Jon Davis

AppDomainSetup has "PrivateBinPath" property. How do I apply something like
this for the current AppDomain, so that I can load the dependencies of an
assembly I am loading which are in the same directory as the assembly that
I'm loading?

Jon
 
Back
Top