LicenseInfo.Edition Property
Returns a ProductEdition enumerator identifying the edition of the installed product. This property can only be successfully read when property FeatureName equals the value of public field FeatureRuntime.
Namespace:
IntervalZero.MaxRT.wRTOS.Config
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)
Syntax
public LicenseInfo.ProductEdition Edition { get; }
Property Value
Type: LicenseInfo.ProductEdition
Implements
IConfigLicenseInfo.Edition
Exceptions
| Exception | Condition |
|---|---|
|
Thrown if the number of licensed processors cannot be mapped to a valid ProductEdition enumerator or if the LicenseInfo object does not represent the wRTOS Runtime feature. |
See Also: