Class OsInfo
Represents the OS Information.
Inherited Members
Namespace: Unosquare.RaspberryIO.Computer
Syntax
public class OsInfo
Properties
DomainName
Domain name.
Declaration
public string DomainName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Machine
Hardware level.
Declaration
public string Machine { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
NodeName
Node name.
Declaration
public string NodeName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Release
Release level.
Declaration
public string Release { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
SysName
System name.
Declaration
public string SysName { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Version
Version level.
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
ToString()
Returns a String that represents this instance.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | A String that represents this instance. |