How do you determine what OS is running a Silverlight OOB application? Thanks!
+1
A:
You can use Environment.OSVersion to get an OperatingSystem reference.
Once you have that, look at the Platform property, which returns a PlatformID Enumeration.
Reed Copsey
2010-06-11 22:05:45
Works a charm, thanks!
BarrettJ
2010-06-14 14:09:59