Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Determine the type associated with the given type identifier.

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

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