Class SystemInfo
- Namespace
- nanoFramework.Runtime.Native
- Assembly
- nanoFramework.Runtime.Native.dll
Provides information about the system.
public static class SystemInfo
- Inheritance
-
SystemInfo
- Inherited Members
Properties
FloatingPointSupport
Gets a SystemInfo.FloatingPoint value that indicates the floating point support available on the target platform.
public static SystemInfo.FloatingPoint FloatingPointSupport { get; }
Property Value
- SystemInfo.FloatingPoint
A SystemInfo.FloatingPoint value that indicates the floating point support.
Model
Gets a value that represents the product model.
public static byte Model { get; }
Property Value
- byte
A byte that represents the product model.
OEM
Gets a value that represents the original equipment manufacturer (OEM).
public static byte OEM { get; }
Property Value
- byte
A byte that represents the OEM.
OEMString
Gets a string that contains information provided by the original equipment manufacturer (OEM) about this system.
public static string OEMString { get; }
Property Value
- string
A string that contains OEM information.
Platform
Gets a string that contains the platform designation.
public static string Platform { get; }
Property Value
- string
A string that contains the platform designation.
SKU
Gets a value that represents the product's stock-keeping unit (SKU).
public static ushort SKU { get; }
Property Value
- ushort
A ushort that represents the SKU.
TargetName
Gets a string that contains the target name.
public static string TargetName { get; }
Property Value
- string
A string that contains the target name.
Version
Gets the version information about the system.
public static Version Version { get; }