Example #1
0
 public static void DisposeDomain(this Assembly assembly)
 {
     DomainCache.DisposeDomain(assembly);
 }
Example #2
0
 public static void DisposeDomain(this Delegate @delegate)
 {
     DomainCache.DisposeDomain(@delegate);
 }
Example #3
0
 public static void DisposeDomain(this Type type)
 {
     DomainCache.DisposeDomain(type);
 }