RTI Connext .NET API (legacy)  Version 6.1.1
NDDS::ConfigVersion Class Reference

<<interface>> The version of an RTI Connext distribution. More...

#include <managed_config_dotnet.h>

Public Member Functions

DDS::ProductVersion_t get_product_version ()
 Get the RTI Connext product version. More...
 
Config_LibraryVersion_t get_dotnet_api_version ()
 Get the version of the .NET API library. More...
 
Config_LibraryVersion_t get_cpp_api_version ()
 Get the version of the C++ API library. More...
 
Config_LibraryVersion_t get_c_api_version ()
 Get the version of the C API library. More...
 
Config_LibraryVersion_t get_core_version ()
 Get the version of the core library. More...
 
System::String ^ to_string ()
 Get this version in string form. More...
 

Static Public Member Functions

static ConfigVersionget_instance ()
 Get the singleton instance of this type. More...
 

Detailed Description

<<interface>> The version of an RTI Connext distribution.

The complete version is made up of the versions of the individual libraries that make up the product distribution.

Member Function Documentation

◆ get_instance()

static ConfigVersion ^ NDDS::ConfigVersion::get_instance ( )
inlinestatic

Get the singleton instance of this type.

◆ get_product_version()

DDS::ProductVersion_t NDDS::ConfigVersion::get_product_version ( )

Get the RTI Connext product version.

◆ get_dotnet_api_version()

Config_LibraryVersion_t NDDS::ConfigVersion::get_dotnet_api_version ( )

Get the version of the .NET API library.

◆ get_cpp_api_version()

Config_LibraryVersion_t NDDS::ConfigVersion::get_cpp_api_version ( )

Get the version of the C++ API library.

◆ get_c_api_version()

Config_LibraryVersion_t NDDS::ConfigVersion::get_c_api_version ( )

Get the version of the C API library.

◆ get_core_version()

Config_LibraryVersion_t NDDS::ConfigVersion::get_core_version ( )

Get the version of the core library.

◆ to_string()

System::String ^ NDDS::ConfigVersion::to_string ( )

Get this version in string form.

Combine all of the constituent library versions into a single string.