svick
svick

Reputation: 244928

What values can OperatingSystem.Version have?

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

Answers (2)

Ray
Ray

Reputation: 46595

Have a look at MSDN: Operating System Version

Upvotes: 2

Related Questions