6 references to OperatingSystem
System (6)
services\monitoring\system\diagnosticts\Process.cs (6)
486
if (
OperatingSystem
.Platform == PlatformID.Win32NT) {
795
(
OperatingSystem
.Platform != PlatformID.Win32NT ||
OperatingSystem
.Version.Major < 5)) {
1337
if (
OperatingSystem
.Platform != PlatformID.Win32NT ||
OperatingSystem
.Version.Major < 5)
1344
if (
OperatingSystem
.Platform != PlatformID.Win32NT)