Structure

NSOperatingSystemVersion

A structure that contains version information about the currently executing operating system, including major, minor, and patch version numbers.

Declaration 宣言

typedef struct {
    ...
} NSOperatingSystemVersion;

Overview 概要

Use the NSProcessInfo property operatingSystemVersion to fetch an instance of this type. You can also pass this type to isOperatingSystemAtLeastVersion: to determine whether the current operating system version is the same or later than the given value.

Topics 話題

Version Components バージョン構成要素