CLRCapabilities.Capability Enumeration
Defines the capabilities of the famework.
Namespace: Microsoft.SPOT
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)
Syntax
public enum CLRCapabilities.Capability
Version Information
Available in .NET Micro Framework version 3.0 and above.
Members
Member name | Description | |
---|---|---|
AppDomains | Indicates that the framework supports application domains. | |
EvaluationVersion | Indicates that the framework is an evaluation version. | |
ExceptionFilters | Indicates that the framework supports exception filters. | |
FloatingPoint | Indicates that the framework supports floating-point math. | |
IncrementalDeployment | Indicates that the framework supports incremental deployment. | |
None | Indicates that the framework supports nothing. Normally used to indicate that the framework's capabilities have not yet been queried. | |
Profiling | Indicates that the framework supports profiling. | |
Profiling_Allocations | Indicates that the framework supports profiling memory allocations. | |
Profiling_Calls | Indicates that the framework supports profiling calls. | |
SoftReboot | Indicates that the framework supports software reboots. | |
SourceLevelDebugging | Indicates that the framework supports source-level debugging. |