StructUtsname(String, String, String, String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs an instance with the given field values.
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "")]
public StructUtsname(string? sysname, string? nodename, string? release, string? version, string? machine);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V", "")>]
new Android.Systems.StructUtsname : string * string * string * string * string -> Android.Systems.StructUtsname
Parameters
- sysname
- String
The OS name.
- nodename
- String
The machine's unqualified name on some implementation-defined network.
- release
- String
The OS release.
- version
- String
The OS version.
- machine
- String
The machine architecture.
- Attributes
Remarks
Constructs an instance with the given field values.
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.