StructUtsname.Sysname Property

Definition

The OS name, such as "Linux".

[Android.Runtime.Register("sysname")]
public string? Sysname { get; set; }
[<Android.Runtime.Register("sysname")>]
member this.Sysname : string with get, set

Property Value

Attributes

Remarks

The OS name, such as "Linux".

Java documentation for android.system.StructUtsname.sysname.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to