0
當樹莓啓動時,我可以構建我的程序並運行它嗎?沒有使用Visual Studio的調試東西? 我正在使用Windows 10 IOT的Raspberry Pi 3。在樹莓PI窗口上構建程序10 IOT
當樹莓啓動時,我可以構建我的程序並運行它嗎?沒有使用Visual Studio的調試東西? 我正在使用Windows 10 IOT的Raspberry Pi 3。在樹莓PI窗口上構建程序10 IOT
之後你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列下,您可以選擇儘可能多的背景 應用程序以默認啓動,但只能設置一個前景 應用程序。