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.
我希望能够显示 Windows 窗体或 wpf 项目所针对的 .NET 框架版本,并将其显示在应用程序的标题栏中。
有没有办法我可以做到这一点?
谢谢
您可以使用该Environment.Version属性来获取当前加载的 CLR 版本。
Environment.Version