Instance Property インスタンスプロパティ

operatingSystemVersionString

A string containing the version of the operating system on which the process is executing. それの上でプロセスが遂行しているオペレーティングシステムのバージョンを含んでいるある文字列。

Declaration 宣言

@property(readonly, copy) NSString *operatingSystemVersionString;

Discussion 議論

The operating system version string is human readable, localized, and is appropriate for displaying to the user. This string is not appropriate for parsing. オペレーティングシステムバージョン文字列は、人間に読みやすい、ローカライズされたものです、そしてユーザに表示するのに適します。この文字列は、構文解析には適しません

See Also 参照

Getting Host Information ホスト情報を得る