RTI Connext C# API Version 7.2.0
Rti.Types.Dynamic.PrimitiveType< T > Class Template Reference

Represents an IDL primitive type. Use DynamicTypeFactory.GetPrimitiveType<T>. More...

Inheritance diagram for Rti.Types.Dynamic.PrimitiveType< T >:
Rti.Types.Dynamic.DynamicType Omg.Types.Dynamic.IPrimitiveType< T > Omg.Types.Dynamic.IDynamicType Omg.Types.Dynamic.IDynamicType

Additional Inherited Members

- Public Member Functions inherited from Rti.Types.Dynamic.DynamicType
override bool Equals (object other)
 Checks if both types definitions are identical. More...
 
override int GetHashCode ()
 A simple hash code function. More...
 
override string ToString ()
 Prints the IDL definition of this type More...
 
bool Equals (DynamicType other)
 Checks if both types definitions are identical. More...
 
void Dispose ()
 Deletes the native resources used by this object. Calling Dispose() for a DynamicType is optional. More...
 
- Properties inherited from Rti.Types.Dynamic.DynamicType
string Name [get]
 The type name. More...
 
TypeKind Kind [get]
 The type kind. More...
 
- Properties inherited from Omg.Types.Dynamic.IDynamicType
string Name [get]
 The name of the IDynamicType. More...
 
TypeKind Kind [get]
 The kind of IDynamicType. More...
 

Detailed Description

Represents an IDL primitive type. Use DynamicTypeFactory.GetPrimitiveType<T>.

Template Parameters
TThe primitive type