Instance Method インスタンスメソッド

isOperatingSystemAtLeast(_:)

Returns a Boolean value indicating whether the version of the operating system on which the process is executing is the same or later than the given version. それの上でプロセスが遂行しているオペレーティングシステムのバージョンがこの与えられたバージョンと同じかより後かを指し示しているブール値を返します。

Declaration 宣言

func isOperatingSystemAtLeast(_ version: OperatingSystemVersion) -> Bool

Parameters パラメータ

version

The operating system version to test against. それに対してテストするオペレーティングシステムバージョン。

Return Value 戻り値

true if the operating system on which the process is executing is the same or later than the given version; otherwise false. true、もしそれの上でプロセスが遂行されているオペレーティングシステムがこの与えられたバージョンと同じまたはより後ならば;そうでなければfalse

Discussion 議論

This method accounts for major, minor, and update versions of the operating system. このメソッドは、オペレーティングシステムのメジャー、マイナー、そしてアップデートバージョンに対する収支を報告します。

See Also 参照

Getting Host Information ホスト情報を得る