我可以构建我的程序并在覆盆子启动时运行它吗?不使用Visual Studio的Debug东西? 我在Windows 10 IOT上使用Raspberry Pi 3。
答案 0 :(得分:0)
您deployed your app to Windows iot core设备之后。有两种方法可以让您的应用在启动时启动(启动):
IotStartup add headed [MyApp] //adds headed applications that match pattern MyApp. Pattern must match only one application.
IotStartup add headless [Task1] //adds headless applications that match pattern Task1
在STARTUP列下,您可以选择尽可能多的背景 应用程序默认启动,但只能设置一个前台 应用