Reputation: 244928
The Environment.OSVersion
property can be used to get the version of the current OS. What value can its Version
property have for the various OSes out there?
I'm interested only in the Major
and Minor
values and primarily about desktops OSes.
Upvotes: 1
Views: 144
Reputation: 1409
Here we go http://www.codeguru.com/cpp/w-p/system/systeminformation/article.php/c8973/
Upvotes: 1