Kernel - NKS0037
Use KernelPlatform.IsOnWindows()
Context
String
Extended Description
Analysis Comparison
Before the fix
public static void MyFunction()
{
bool value = Environment.OSVersion.Platform == PlatformID.Win32NT;
}