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 the .NET Micro Framework versions 3.0, 4.0, and 4.1.

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.

See Also

Reference

CLRCapabilities
Microsoft.SPOT Namespace