RTI Connext C# API Version 7.2.0
Rti.Types.Dynamic.WideStringType Class Reference

Represents an IDL wstring. More...

Inheritance diagram for Rti.Types.Dynamic.WideStringType:
Rti.Types.Dynamic.DynamicType Omg.Types.Dynamic.IStringType Omg.Types.Dynamic.IDynamicType Omg.Types.Dynamic.IUnidimensionalCollectionType Omg.Types.Dynamic.ICollectionType Omg.Types.Dynamic.IDynamicType

Static Public Attributes

const int Unbounded = int.MaxValue
 Special value for Bounds that indicates that the string is unbounded. More...
 

Properties

uint Bounds [get]
 The maximum number of characters, or Unbounded More...
 
IDynamicType ContentType [get]
 The type of the string characters. 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...
 
- Properties inherited from Omg.Types.Dynamic.IUnidimensionalCollectionType
uint Bounds [get]
 The bounds of the collection's single dimension. More...
 
- Properties inherited from Omg.Types.Dynamic.ICollectionType
IDynamicType ContentType [get]
 The IDynamicType of the elements contained the ICollectionType. More...
 

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

Detailed Description

Represents an IDL wstring.

Field Documentation

◆ Unbounded

const int Rti.Types.Dynamic.WideStringType.Unbounded = int.MaxValue
static

Special value for Bounds that indicates that the string is unbounded.

Property Documentation

◆ Bounds

uint Rti.Types.Dynamic.WideStringType.Bounds
get

The maximum number of characters, or Unbounded

Implements Omg.Types.Dynamic.IUnidimensionalCollectionType.

◆ ContentType

IDynamicType Rti.Types.Dynamic.WideStringType.ContentType
get

The type of the string characters.

Implements Omg.Types.Dynamic.ICollectionType.