UIKit.UIDevice.SystemVersion Property
Operating system version.

Syntax

[get: Foundation.Export("systemVersion")]
public virtual string SystemVersion { get; }

Value

The current operating system version.

Remarks

Application developers must not assume that this string can be directly parsed into a floating point number, since iOS versioning often involves multiple delimiters, such as with "7.0.4".

Application developers can use UIDevice.CheckSystemVersion to ensure that the current operating system is equal to or exceeds a particular major/minor release.

This can be used from a background thread.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0