Ejemplo n.º 1
0
 public static IScanner EntryAssembly(this IScanner scanner)
 {
     return(scanner.Assembly(System.Reflection.Assembly.GetEntryAssembly()));
 }
Ejemplo n.º 2
0
 public static IScanner AssemblyContaining(this IScanner scanner, Type type)
 {
     return(scanner.Assembly(type.Assembly));
 }