RTI Connext C# API  6.1.0
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 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 ToString ( )

Combines the DotnetApiVersion and NativeBuildId into a single string

Property Documentation

◆ DotnetApiVersion

Version DotnetApiVersion
get

The version of the RTI Connext DDS .NET managed assembly

◆ NativeBuildId

string NativeBuildId
get

A full identifier of the native libraries.

◆ NativeCApiVersion

Version NativeCApiVersion
get

The version of the nddsc native assembly

◆ NativeCoreVersion

Version NativeCoreVersion
get

The version of the nddscore native assembly

◆ NativeVersion

Version NativeVersion
get

The version of the native RTI Connext DDS product