Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Determine the type associated with the given type identifier.

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

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