Skip to content

Instantly share code, notes, and snippets.

@SteveGilham
Created April 26, 2015 14:59
Show Gist options
  • Save SteveGilham/716329d314073233c5d2 to your computer and use it in GitHub Desktop.
Save SteveGilham/716329d314073233c5d2 to your computer and use it in GitHub Desktop.
var otherDomain = AppDomain.CreateDomain(
"otherDomain",
AppDomain.CurrentDomain.Evidence,
new System.IO.FileInfo(Configuration.Executable).DirectoryName,
".\\lib",
false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment