J-Integra® Espresso Programming Documentation (API)

TypeCode Interface

The TypeCode represents a container for CORBA type information and is primarily used as a component of the Any object in the context of Dynamic Invocation.

TypeCodes for the basic types are explicitly created by means of the corresponding create-methods provided by the ORB interface. Any user defined IDL-type possesses a type-method within their helper class which returns the corresponding TypeCode.

The central component of a TypeCode is a field which describes the kind of the associated type. A list of these kinds is available as enumeration TCKind.

 

System.Object
 TypeCode

public interface TypeCode

Requirements

Namespace: Ics Namespace

Assembly: Jintegra.Espresso.dll

See Also

ORB Members | TCKind | Ics.CORBA Namespace