LicenseInfo Class
This class represents the license information for one product feature (e.g., wRTOS,
Inheritance Hierarchy
System.Object
IntervalZero.MaxRT.wRTOS.wRTOSObject
IntervalZero.MaxRT.wRTOS.Config.LicenseInfo
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 class LicenseInfo : wRTOSObject,
IConfigLicenseInfo, INotifyPropertyChanged
The LicenseInfo class exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
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. |
|
|
|
Returns the date this license will expire. The value of this property is undefined if property IsEvaluation returns false. |
|
|
|
Returns the number of days before this license will expire. The value of this property is undefined if property IsEvaluation returns false. |
|
|
|
Returns the feature name for this license. |
|
|
|
Returns the hostid for this license. |
|
|
|
True if the object has been disposed, false otherwise. (Inherited from wRTOSObject.) |
|
|
|
Returns true if this license is a evaluation license. Returns false if it a retail license. |
|
|
|
Returns true is this license is expired, false if not. This property is only defined if property IsEvaluation is true. |
|
|
|
Returns the date this license was issued. |
|
|
|
Returns the number of licensed processors. The value of this property is undefined when the value of property FeatureName is not equal to the value of public field FeatureRuntime. |
|
|
|
Returns the version of licensed feature |
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose method. (Inherited from wRTOSObject.) |
|
|
|
Called when a property is changed (Inherited from wRTOSObject.) |
|
|
|
Override of Object.ToString(). Returns a human-readable representation of this LicenseInfo object. (Overrides Object.ToString.) |
Events
| Name | Description | |
|---|---|---|
|
|
Event Fired when a property value is changed (Inherited from wRTOSObject.) |
Fields
| Name | Description | |
|---|---|---|
|
|
This is the name of the wRTOS Build feature. |
|
|
|
This is the name of the wRTOS Maintenance feature. |
|
|
|
This is the name of the wRTOS Runtime feature. |
|
|
|
This is the name of the wRTOS SDK feature. |
|
|
|
This is the name of the wRTOS |
|
|
|
This is the name of the wRTOS Build feature. |
See Also: