Example #1
0
 public static AssemblyDomain GetDomain(this Assembly @delegate)
 {
     return(DomainCache.GetDomain(@delegate));
 }
Example #2
0
 public static AssemblyDomain GetDomain(this Type type)
 {
     return(DomainCache.GetDomain(type));
 }