RTI Connext C# API  6.1.0
IDynamicType Interface Reference

Interface of DynamicType. More...

Inheritance diagram for IDynamicType:
ICollectionType IConstructedType IPrimitiveType< T > DynamicType IArrayType IUnidimensionalCollectionType IEnumType IStructType IUnionType PrimitiveType< T > AliasType ArrayType EnumType PrimitiveType< T > SequenceType StringType StructType UnionType 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

◆ Kind

TypeKind Kind
get

The kind of IDynamicType.

◆ Name

string Name
get

The name of the IDynamicType.