다음을 통해 공유


PlatformHelper.CheckSystemVersion(Int32, Int32) 메서드

정의

시스템 버전이 지정된 버전 이상인지 확인합니다.

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

매개 변수

major
Int32

확인할 주 버전 번호입니다.

minor
Int32

확인할 부 버전 번호입니다.

반환

시스템 버전이 지정된 버전 이상인 경우 true를 반환합니다.

적용 대상