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
Namespace: Ics Namespace
Assembly: Jintegra.Espresso.dll
ORB Members | TCKind | Ics.CORBA Namespace