Edit

Share via


Board.Create Method

Definition

Create an instance of the best possible board abstraction.

public static Iot.Device.Board.Board Create ();
static member Create : unit -> Iot.Device.Board.Board
Public Shared Function Create () As Board

Returns

A board instance, to be used across the application

Exceptions

The board could not be identified

Remarks

The detection concept should be refined, but this requires a public detection api

Applies to