Represents the main program for a Microsoft .NET Gadgeteer application.
Namespace: GadgeteerAssembly: Gadgeteer (in Gadgeteer.dll) Version: 2.41.0.0 (2.41.500.0)
Syntax
| C# |
|---|
public class Program |
Remarks
The main program of your Microsoft .NET Gadgeteer application must derive from this class, and call the Run()()()() method, which starts the Gadgeteer dispatcher.
Before a Program is instantiated, the Mainboard static variable must be set.
These tasks are normally done using a project template to provide an easy-to-follow structure for end user code.
Inheritance Hierarchy
System..::..Object
Gadgeteer..::..Program
Gadgeteer..::..Program