Search Results for

    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

    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
    ushort

    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
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX