How can I get the OS details using C# code in my WPF application?
+3
A:
Have a look at System.Environment It has property OSVersion
Daniel Elliott
2009-09-11 10:07:54
+5
A:
The Environment class provides properties that can be used to obtain system information.
Darin Dimitrov
2009-09-11 10:09:44