Show / Hide Table of Contents

    Class SystemInfo

    Provides information about the system.

    Inheritance
    Object
    SystemInfo
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: nanoFramework.Runtime.Native
    Assembly: nanoFramework.Runtime.Native.dll
    Syntax
    public static class SystemInfo

    Properties

    | Improve this Doc View Source

    FloatingPointSupport

    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
    | Improve this Doc View Source

    Version

    Gets a string containing version information about this system.

    Declaration
    public static Version Version { get; }
    Property Value
    Type Description
    Version
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX