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