Beispiel #1
0
 static public string GetAssemblyFilename(this Assembly item)
 {
     return(Filename.GetAbsolutePath(new Uri(item.CodeBase).LocalPath));
 }