Table of Contents

Enum RebootOption

Namespace
nanoFramework.Runtime.Native
Assembly
nanoFramework.Runtime.Native.dll

Specifies the reboot options for a .NET nanoFramework device.

public enum RebootOption

Fields

ClrOnly = 2

Reboot the Common Language Runtime (CLR) only.

EnterNanoBooter = 1

Reboot and enter the nanoBooter.

EnterProprietaryBooter = 8

Reboot and enter the proprietary bootloader.

NormalReboot = 0

Perform a normal reboot of the CPU. This is an hard reset.