Share via


MFDevice.Execute Method

Begins execution of code on a device.

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

Syntax

 public bool Execute (
         uint entrypoint
)

Parameters

  • entrypoint
    The entry point at which execution should begin.

Return Value

true if execution was successfully initiated, or false if not.

Remarks

This function only works if MFDeploy can connect to the .NET Micro Framework boot loader. If the CLR is already running on the device, the CLR will be rebooted instead.

Can throw MFDeviceNoResponseException.

Version Information

Available in MFDeploy version 1.0

See Also