RTI Connext C# API  6.1.0
AliasType Class Reference

Represents an IDL alias type (typedef) More...

Inheritance diagram for AliasType:
DynamicType IDynamicType

Properties

bool IsExternal [get]
 Whether the aliased type is marked @external More...
 
IDynamicType RelatedType [get]
 Gets the aliased type 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...
 

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...
 

Detailed Description

Represents an IDL alias type (typedef)

Property Documentation

◆ IsExternal

bool IsExternal
get

Whether the aliased type is marked @external

◆ RelatedType

IDynamicType RelatedType
get

Gets the aliased type