Contents

OperatingSystemVersion

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

Declaration

struct OperatingSystemVersion

Overview

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

Topics

Creating an Operating System Version

Version Components

See Also

Getting Host Information