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.
それの上でプロセスが遂行しているオペレーティングシステムのバージョンがこの与えられたバージョンと同じかより後かを指し示しているブール値を返します。
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
ホスト情報を得る
hostName
The name of the host computer on which the process is executing.
それの上でプロセスが遂行しているホストコンピュータの名前。
operatingSystemVersionString
A string containing the version of the operating system on which the process is executing.
それの上でプロセスが遂行しているオペレーティングシステムのバージョンを含んでいるある文字列。
operatingSystemVersion
The version of the operating system on which the process is executing.
それの上でプロセスが遂行しているオペレーティングシステムのバージョン。
- operatingSystem
Returns a constant to indicate the operating system on which the process is executing.
それの上でプロセスが遂行しているオペレーティングシステムを指し示している定数を返します。
Deprecated
非推奨
- operatingSystemName
Returns a string containing the name of the operating system on which the process is executing.
それの上でプロセスが遂行しているオペレーティングシステムの名前を含んでいるある文字列を返します。
Deprecated
非推奨