RTI Connext C# API  6.1.0
PrimitiveType< T > Class Template Reference

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

Inheritance diagram for PrimitiveType< T >:
DynamicType IPrimitiveType< T > IDynamicType IDynamicType

Additional Inherited Members

- Public Member Functions inherited from 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 DynamicType
string Name [get]
 The type name. More...
 
TypeKind Kind [get]
 The type kind. More...
 
- Properties inherited from 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