PlatformHelper.CheckSystemVersion(Int32, Int32) Method

Definition

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.

Applies to