Class SystemInfo
Provides information about the system.
Inherited Members
Namespace: nanoFramework.Runtime.Native
Assembly: nanoFramework.Runtime.Native.dll
Syntax
public static class SystemInfo
Properties
| Improve this Doc View SourceFloatingPointSupport
Gets a SystemInfo.FloatingPoint value with the information regarding the floating point support available in the target platform.
Declaration
public static SystemInfo.FloatingPoint FloatingPointSupport { get; }
Property Value
Type | Description |
---|---|
SystemInfo.FloatingPoint |
Model
Gets a value that represents a product model.
Declaration
public static byte Model { get; }
Property Value
Type | Description |
---|---|
Byte |
OEM
Gets a value that represents an original equipment manufacturer (OEM).
Declaration
public static byte OEM { get; }
Property Value
Type | Description |
---|---|
Byte |
OEMString
Gets a string that contains information provided by the equipment manufacturer (OEM) about this system.
Declaration
public static string OEMString { get; }
Property Value
Type | Description |
---|---|
String |
Platform
Gets a string that contains the platform designation.
Declaration
public static string Platform { get; }
Property Value
Type | Description |
---|---|
String |
SKU
Gets a value that represents a product's stock-keeping unit (SKU).
Declaration
public static ushort SKU { get; }
Property Value
Type | Description |
---|---|
UInt16 |
TargetName
Gets a string that contains the target name.
Declaration
public static string TargetName { get; }
Property Value
Type | Description |
---|---|
String |
Version
Gets a string containing version information about this system.
Declaration
public static Version Version { get; }
Property Value
Type | Description |
---|---|
Version |