Exemplo n.º 1
0
 public static void CopyLoad(this AppDomain domain, string fullFileName)
 {
     domain.Load(domain.CopyAssembly(fullFileName));
 }