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