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

isOperatingSystemAtLeastVersion:

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 宣言

- (BOOL)isOperatingSystemAtLeastVersion:(NSOperatingSystemVersion)version;

Parameters パラメータ

version

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

Return Value 戻り値

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

Discussion 議論

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

See Also 参照

Getting Host Information ホスト情報を得る