Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ソリューションのすべての dll と IIS Web サイトのすべての dll の最終更新日を取得する方法はありますか?
iis dll の最終更新日がソリューション内の dll よりも遅い場合は、無料で展開しないようにしてください。
FileInfo fi = new FileInfo(@"foo.dll"); DateTime result = fi.CreationTime;
ただし、アセンブリのバージョン情報を取得した方がよいでしょう。