Exemplo n.º 1
0
 public static IEnumerable <Type> FindComponents(this AppDomain domain)
 {
     return(domain.FindImplementations <Component>());
 }