I
Ioannis Vranos
Is there any way to detect the Windows version at run time using .NET?
Ioannis said:Is there any way to detect the Windows version at run time using .NET?
Jochen said:See: OperatingSystem.Version Property
http://msdn.microsoft.com/library/en-
us/cpref/html/frlrfSystemOperatingSystemClassVersionTopic.asp
Ioannis said:Thanks, however this class seems to return whatever we pass to the
constructor, not the real data!
Jochen said:Ioannis Vranos wrote:
Please RTFM... (or at least the provided example!)
See: Environment.OSVersion Property
http://msdn.microsoft.com/library/en-
us/cpref/html/frlrfSystemEnvironmentClassOSVersionTopic.asp
to switch to IE temporarily.