RTI Connext C# API Version 7.2.0
Rti.Config.ProductVersion Class Reference

Contains the version of the RTI Connext DDS and its different libraries. More...

Public Member Functions

override string ToString ()
 Combines the DotnetApiVersion and NativeBuildId into a single string More...
 

Properties

Version DotnetApiVersion [get]
 The version of the RTI Connext DDS .NET managed assembly More...
 
string DotnetApiBuildId [get]
 A full identifier of the Rti.ConnextDds assembly More...
 
string NativeBuildId [get]
 A full identifier of the native libraries. More...
 
Version NativeVersion [get]
 The version of the native RTI Connext DDS product More...
 
Version NativeCApiVersion [get]
 The version of the nddsc native assembly More...
 
Version NativeCoreVersion [get]
 The version of the nddscore native assembly More...
 

Detailed Description

Contains the version of the RTI Connext DDS and its different libraries.

In most cases, use ToString to display all the information.

Member Function Documentation

◆ ToString()

override string Rti.Config.ProductVersion.ToString ( )

Combines the DotnetApiVersion and NativeBuildId into a single string

Property Documentation

◆ DotnetApiVersion

Version Rti.Config.ProductVersion.DotnetApiVersion
get

The version of the RTI Connext DDS .NET managed assembly

◆ DotnetApiBuildId

string Rti.Config.ProductVersion.DotnetApiBuildId
get

A full identifier of the Rti.ConnextDds assembly

◆ NativeBuildId

string Rti.Config.ProductVersion.NativeBuildId
get

A full identifier of the native libraries.

◆ NativeVersion

Version Rti.Config.ProductVersion.NativeVersion
get

The version of the native RTI Connext DDS product

◆ NativeCApiVersion

Version Rti.Config.ProductVersion.NativeCApiVersion
get

The version of the nddsc native assembly

◆ NativeCoreVersion

Version Rti.Config.ProductVersion.NativeCoreVersion
get

The version of the nddscore native assembly