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 with the information regarding the floating point support available in the target platform.
public static SystemInfo.FloatingPoint FloatingPointSupport { get; }
Property Value
Model
Gets a value that represents a product model.
public static byte Model { get; }
Property Value
OEM
Gets a value that represents an original equipment manufacturer (OEM).
public static byte OEM { get; }
Property Value
OEMString
Gets a string that contains information provided by the equipment manufacturer (OEM) about this system.
public static string OEMString { get; }
Property Value
Platform
Gets a string that contains the platform designation.
public static string Platform { get; }
Property Value
SKU
Gets a value that represents a product's stock-keeping unit (SKU).
public static ushort SKU { get; }
Property Value
TargetName
Gets a string that contains the target name.
public static string TargetName { get; }
Property Value
Version
Gets a string containing version information about this system.
public static Version Version { get; }