SystemInfo Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides information about this system.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT.Hardware..::..SystemInfo

Namespace:  Microsoft.SPOT.Hardware
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public NotInheritable Class SystemInfo
public static class SystemInfo
public ref class SystemInfo abstract sealed
[<AbstractClass>]
[<Sealed>]
type SystemInfo =  class end
public final class SystemInfo

The SystemInfo type exposes the following members.

Properties

  Name Description
Public propertyStatic member IsBigEndian Gets a value that indicates whether the system is big endian.
Public propertyStatic member OEMString Gets a string that contains information provided by the equipment manufacturer (OEM) about this system.
Public propertyStatic member Version Gets a string containing version information about this system.

Top

Fields

  Name Description
Public fieldStatic member IsEmulator Contains the value that indicates whether the system is an emulator.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT.Hardware Namespace