PlatformHelper.CheckSystemVersion(Int32, Int32) 方法

定义

检查系统版本是否至少为指定的版本。

public static bool CheckSystemVersion (int major, int minor);
static member CheckSystemVersion : int * int -> bool

参数

major
Int32

要检查的主版本号。

minor
Int32

要检查的次要版本号。

返回

如果系统版本至少为指定的版本,则返回 true。

适用于