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.
C# .NET アプリケーションで使用されている comctl32.dll のバージョンを確認するにはどうすればよいですか? この質問に対する私が見た回答には、通常、Windows\System の物理ファイルからバージョン情報を取得することが含まれますが、サイド バイ サイドの考慮事項により、必ずしも実際に使用されているバージョンとは限りません。
System.Diagnostics.Process.GetCurrentProcess.Modules現在のプロセスにロードされているすべてのモジュールを提供します。これには、管理されていない win32 dll も含まれます。コレクションを検索してFileVersionInfo、読み込まれたバージョンのプロパティを確認できます。
System.Diagnostics.Process.GetCurrentProcess.Modules
FileVersionInfo