Beispiel #1
0
 static bool IsAssembly(Pencil.IO.Path path)
 {
     var ext = path.GetExtension();
     return ext == ".dll" || ext == ".exe";
 }