PlatformHelper.CheckSystemVersion(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if the version of the system is at least the specified version.
public static bool CheckSystemVersion (int major, int minor);
static member CheckSystemVersion : int * int -> bool
Parameters
- major
- Int32
The major version number to check.
- minor
- Int32
The minor version number to check.
Returns
Returns true if the system version is at least the specified version.