RTI Connext C# API Version 7.2.0
Omg.Types.Dynamic.IDynamicType Interface Reference

Interface of DynamicType. More...

Inheritance diagram for Omg.Types.Dynamic.IDynamicType:
Omg.Types.Dynamic.ICollectionType Omg.Types.Dynamic.IConstructedType Omg.Types.Dynamic.IPrimitiveType< T > Rti.Types.Dynamic.DynamicType Omg.Types.Dynamic.IArrayType Omg.Types.Dynamic.IUnidimensionalCollectionType Omg.Types.Dynamic.IEnumType Omg.Types.Dynamic.IStructType Omg.Types.Dynamic.IUnionType Rti.Types.Dynamic.PrimitiveType< T > Rti.Types.Dynamic.AliasType Rti.Types.Dynamic.ArrayType Rti.Types.Dynamic.EnumType Rti.Types.Dynamic.PrimitiveType< T > Rti.Types.Dynamic.SequenceType Rti.Types.Dynamic.StringType Rti.Types.Dynamic.StructType Rti.Types.Dynamic.UnionType Rti.Types.Dynamic.WideStringType

Properties

string Name [get]
 The name of the IDynamicType. More...
 
TypeKind Kind [get]
 The kind of IDynamicType. More...
 

Detailed Description

Interface of DynamicType.

Property Documentation

◆ Name

string Omg.Types.Dynamic.IDynamicType.Name
get

The name of the IDynamicType.

Implemented in Rti.Types.Dynamic.DynamicType.

◆ Kind

TypeKind Omg.Types.Dynamic.IDynamicType.Kind
get

The kind of IDynamicType.

Implemented in Rti.Types.Dynamic.DynamicType.