Enum CLRCapabilities.Capability
- Namespace
- nanoFramework.Tools.Debugger
- Assembly
- nanoFramework.Tools.DebugLibrary.Net.dll
[Flags]
public enum CLRCapabilities.Capability : ulong
Fields
AppDomains = 4CanChangeMacAddress = 8192This flag indicates that the MAC address of the target can be changed.
[Obsolete("This flag is deprecated and it will be removed in a future version. Use Monitor_Ping_c_ConfigBlockRequiresErase instead.")] ConfigBlockRequiresErase = 2048This flag indicates that the device requires em erase command before updating the configuration block.
** THIS FLAG IS DEPRECATED AND WILL BE REMOVED IN A FUTURE VERSION ** ** USE Monitor_Ping_c_ConfigBlockRequiresErase INSTEAD **
ExceptionFilters = 8FloatingPoint = 1HasNanoBooter = 4096This flag indicates that the device has nanoBooter.
IncrementalDeployment = 16None = 0PlatformCapability_0 = 16777216These bits are generic and are meant to be used to store platform specific capabilities. They should be parsed at the above layer to extract the real meaning out of them.
PlatformCapability_1 = 33554432PlatformCapability_2 = 67108864PlatformCapability_3 = 134217728PlatformCapability_Mask = PlatformCapability_0 | PlatformCapability_1 | PlatformCapability_2 | PlatformCapability_3Profiling = 64Profiling_Allocations = 128Profiling_Calls = 256SoftReboot = 32SourceLevelDebugging = 2TargetCapability_0 = 268435456These bits are generic and are meant to be used to store target specific capabilities. They should be parsed at the above layer to extract the real meaning out of them.
TargetCapability_1 = 536870912TargetCapability_2 = 1073741824TargetCapability_3 = 2147483648TargetCapability_Mask = TargetCapability_0 | TargetCapability_1 | TargetCapability_2 | TargetCapability_3ThreadCreateEx = 1024