Share via


MFDevice.Reboot Method

Reboots a connected device.

Namespace: Microsoft.NetMicroFramework.Tools.MFDeployTool.Engine
Assembly: (in )

Syntax

 public void Reboot (
         bool fColdBoot
)

Parameters

  • fColdBoot
    If true, performs a cold reboot. If false, restarts only the CLR.

Return Value

This method does not return a value.

Version Information

Available in MFDeploy version 1.0

See Also