Product Class |
Represents the installed and licensed product, and provides properties to obtain information
about the installation and license. Multiple instances of this class can be created as needed, and they all
provide access to the same product information.

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

The Product type exposes the following members.


Name | Description | |
---|---|---|
![]() | CreationTime |
Date and time the object was created.
(Inherited from RTX64Object.) |
![]() | IsDisposed |
True if the object has been disposed, false otherwise.
(Inherited from RTX64Object.) |
![]() | Name |
Name of the object.
(Inherited from RTX64Object.) |
![]() | RuntimeInstallDirectory |
Read-only. Returns the path of the RTX64 Runtime installation directory or null if the RTX64 Runtime is not
installed.
|
![]() | RuntimeVersion |
Read-only. Returns a human-readable version string for the RTX64 Runtime. If the Runtime is not installed,
returns null.
|
![]() | SDKInstallDirectories |
Read-only. Returns a List<string> containing the paths of the RTX64 SDK installation directories. If no
RTX64 SDK installed, returns null.
|
![]() | SDKVersions |
Read-only. Returns a List<string> where each string is human-readable version string for an installed RTX64
SDK. If no RTX64 SDKs are installed, returns null.
|

Name | Description | |
---|---|---|
![]() | Dispose |
Dispose method.
(Inherited from RTX64Object.) |
![]() | GetDongles |
Retrieves list of IntervalZero specific security dongles attached to the machine
|
![]() | GetLicenseInfo |
Retrieve license information.
|
![]() | GetLicenses |
Retrieve license information.
|
![]() | GetRuntimeVersionEx |
Retrieves version info for the installed Runtime
|
![]() | IsAppRunnable |
This function returns whether the specified RTSS application binary can run. This means it has
been built to run with the provided license feature and that there is a valid license for the
feature on the system.
|
![]() | IsRuntimeLicensed | Returns true if a valid RTX64 Runtime license exists for the given major version of the Runtime. |
![]() | IsTcpStackLicensed | Returns true if a valid RTX64 RT-TCP/IP Stack license exists for the given major version of the Runtime, Otherwise returns false. |
![]() | OnNotifyPropertyChanged |
Called when a property is changed
(Inherited from RTX64Object.) |

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