LicenseInfo Class |
This class represents the license information for one product feature (e.g., RTX64, TCP64,
etc.). The feature to which an instance of this class applies is specified in property
FeatureName.

Assembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

The LicenseInfo type exposes the following members.

Name | Description | |
---|---|---|
![]() | CreationTime |
Date and time the object was created.
(Inherited from RTX64Object.) |
![]() | Edition |
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.
|
![]() | ExpirationDate |
Returns the date this license will expire. The value of this property is undefined if property IsEvaluation
returns false.
|
![]() | ExpirationDays |
Returns the number of days before this license will expire. The value of this property is undefined if
property IsEvaluation returns false.
|
![]() | FeatureName |
Returns the feature name for this license.
|
![]() | HostId |
Returns the hostid for this license.
|
![]() | IsDisposed |
True if the object has been disposed, false otherwise.
(Inherited from RTX64Object.) |
![]() | IsEvaluation |
Returns true if this license is a evaluation license. Returns false if it a retail license.
|
![]() | IsExpired |
Returns true is this license is expired, false if not. This property is only defined if property
IsEvaluation is true.
|
![]() | IssuedDate |
Returns the date this license was issued.
|
![]() | LicensedProcessors |
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.
|
![]() | Name |
Name of the object.
(Inherited from RTX64Object.) |
![]() | Version |
Returns the version of licensed feature
|

Name | Description | |
---|---|---|
![]() | Dispose |
Dispose method.
(Inherited from RTX64Object.) |
![]() | OnNotifyPropertyChanged |
Called when a property is changed
(Inherited from RTX64Object.) |
![]() | ToString |
Override of Object.ToString(). Returns a human-readable representation of this LicenseInfo object.
(Overrides Object.ToString.) |

Name | Description | |
---|---|---|
![]() | PropertyChanged |
Event Fired when a property value is changed
(Inherited from RTX64Object.) |

Name | Description | |
---|---|---|
![]() ![]() | FeatureBuild |
This is the name of the RTX64 Build feature.
|
![]() ![]() | FeatureMaintenance |
This is the name of the RTX64 Maintenance feature.
|
![]() ![]() | FeatureRuntime |
This is the name of the RTX64 Runtime feature.
|
![]() ![]() | FeatureSDK |
This is the name of the RTX64 SDK feature.
|
![]() ![]() | FeatureTCPIP |
This is the name of the RTX64 TCPIP Stack feature.
|
