RTI Connext C# API  6.1.0
Namespace List
Here is a list of all documented namespaces with brief descriptions:
[detail level 123456]
 NExample
 CPointExample C# class generated from the IDL struct Point, used by MyType
 CMyTypeExample C# class generated from the IDL struct MyType
 CPointSupportProvides utilities for Point (this class is a singleton)
 CMyTypeSupportProvides utilities for MyType (this class is a singleton)
 NOmgContains the OMG standard interfaces
 NDds
 NCore
 NSubscription
 NTypes
 NDynamic
 CKeyAttributeIndicates that a field in a topic-type is a key (IDL @key annotation)
 COptionalAttributeIndicates that a field in a topic-type is optional (IDL @optional annotation) annotation)
 CBoundAttributeSpecifies the maximum length for a bounded IDL sequence or string
 CISequenceIDL sequences map to this type
 NRtiContains the RTI Connext C# API
 NConfigContains configuration utilities, such as logging
 CLoggerThe singleton used to configure RTI Connext logging
 CLogMessageA log message provided by the Logger.MessageLogged event
 CProductVersionContains the version of the RTI Connext DDS and its different libraries
 NDdsContains the RTI Connext DDS C# API
 NCoreContains infrastructure types
 NDomainContains DomainParticipant and related classes
 NNativeInterfaceFor internal use only
 NPublicationContains the classes to support publishing topics
 NSubscriptionContains the classes to support subscribing to topics
 NTopicsContains classes for defining topics
 NTypesSupport for topic-types
 NBuiltinContains simple pre-defined types that can be directly used to create a Rti.Dds.Topics.Topic<T>
 NDynamicContains support for the dynamic definition and manipulation of topic-types
 CLongDoubleIDL 128-bit floating-point type
 CSequenceIDL sequences map to this type
 NUtilityContains general-purpose utilities
 NEnumerableExtensionsFor internal use only
 CHeapMonitorUtility that tracks native heap memory usage by RTI Connext DDS
 CNetworkCaptureAllows capturing the network traffic that one or more DomainParticipants send or receive into a pcap file
 CNetworkCaptureParamsConfigures the options of a NetworkCapture
 CMaybeNullAttributeIndicates that a method or property may return a null value (elements without this annotation never return null)
 CAllowNullAttributeIndicates that a method or property accepts null as a valid input (elements without this attribute don't accept null inputs)
 NSnippets