Exemplo n.º 1
0
 public static Type[] FindImplementers(this AppDomain @this, Type interfaceType) =>
 @this.FindImplementers(interfaceType, ignoreDrivedClasses: true);