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