SystemInfo.SystemID Class

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

Stores information that is unique to each individual hardware system (device).

Inheritance Hierarchy

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

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

Syntax

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

The SystemInfo..::..SystemID type exposes the following members.

Properties

  Name Description
Public propertyStatic member Model Gets a value that represents a product model.
Public propertyStatic member OEM Gets a value that represents an original equipment manufacturer (OEM).
Public propertyStatic member SKU Gets a value that represents a product's stock-keeping unit (SKU).

Top

Remarks

You can use this information to write conditional code that is dependent on a specific runtime environment.

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