iT邦幫忙

0

.Net 如何辨別已經 publish 後的檔案

  • 分享至 

  • xImage
  •  

因為有遇到專案需要觀察每個 publish 後的資料夾是否為 publish 之後的版本,可以利用 DLL 產的 Guid 去辨別是否為異動過的檔案,但如果有要檢查非 .NET 產生的就要另外查了~

string exeDll = "執行檔所屬的 dll 路徑";
Assembly assembly = Assembly.LoadFile(exeDll);
string guid = assembly.ManifestModule.ModuleVersionId.ToString();

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言