Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Determine the type associated with the given type identifier.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public static Type GetType(
	int typeId,
	IPofContext ctx
)

Parameters

typeId
Type: System..::.Int32
The Pof type identifier; includes Pof intrinsics, Pof compact values, and user types.
ctx
Type: Tangosol.IO.Pof..::.IPofContext
The IPofContext.

Return Value

The type associated with the specified type identifier or null for types with no mapping.

Exceptions

ExceptionCondition
System..::.ArgumentException If the specified type is a user type that is unknown to this IPofContext.

See Also