How to modify/append PrivateBinPath of AppDomain?

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top