Enum EraseOptions
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
[Flags]
public enum EraseOptions
Fields
All = Deployment | UserStorage | FileSystem | Firmware | UpdateStorage | SimpleStorage | Configuration
Configuration = 64
Deployment = 1
FileSystem = 4
Firmware = 8
SimpleStorage = 32
UpdateStorage = 16
UserStorage = 2