IsOS

[DllImport("shlwapi.dll")]
public static extern bool IsOS(
   OSVERSIONINFOEX osvi,
   OSFLAVOR dwTypeMask
);

Microsoft documentation: Link

Last updated