var hostName : String
The name of the host computer on which the process is executing.
それの上でプロセスが遂行しているホストコンピュータの名前。
var operatingSystemVersionString : String
A string containing the version of the operating system on which the process is executing.
それの上でプロセスが遂行しているオペレーティングシステムのバージョンを含んでいるある文字列。
var operatingSystemVersion : OperatingSystemVersion
The version of the operating system on which the process is executing.
それの上でプロセスが遂行しているオペレーティングシステムのバージョン。
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.
それの上でプロセスが遂行しているオペレーティングシステムの名前を含んでいるある文字列を返します。