OS


{ { OperatingSystem os = Environment.OSVersion; Console.WriteLine( os.Platform + " " + os.Version.Major ); } }