RTI Connext C# API  6.1.2
WideStringType Class Reference

Represents an IDL wstring. More...

Inheritance diagram for WideStringType:
DynamicType IStringType IDynamicType IUnidimensionalCollectionType ICollectionType IDynamicType

Static Public Attributes

const int Unbounded
 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 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...
 
- Properties inherited from IUnidimensionalCollectionType
uint Bounds [get]
 The bounds of the collection's single dimension. More...
 
- Properties inherited from ICollectionType
IDynamicType ContentType [get]
 The IDynamicType of the elements contained the ICollectionType. 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 wstring.

Member Data Documentation

◆ Unbounded

const int Unbounded
static

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

Property Documentation

◆ Bounds

uint Bounds
get

The maximum number of characters, or Unbounded

◆ ContentType

IDynamicType ContentType
get

The type of the string characters.