문제

I would like to be able to display the version of the .NET framework a windows form or wpf project is targeted at and display it in the title bar of the app.

Is there a way I can do this?

Thanks

도움이 되었습니까?

해결책

You can use the Environment.Version property to get the currently loaded version of the CLR.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top