Skip to content

Instantly share code, notes, and snippets.

@Rohansi

Rohansi/.cs Secret

Created October 11, 2015 02:18
Show Gist options
  • Save Rohansi/a4592ee335c0c0e898e0 to your computer and use it in GitHub Desktop.
Save Rohansi/a4592ee335c0c0e898e0 to your computer and use it in GitHub Desktop.
protected override Assembly Load(AssemblyName assemblyName)
{
return LoadFromAssemblyPath(string.Format(@"C:\coreclr-test\program\{0}.dll", assemblyName.Name));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment