Click or drag to resize

PofReflectionHelperGetType Method (Int32, IPofContext)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Determine the type associated with the given type identifier.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static Type GetType(
	int typeId,
	IPofContext ctx
)

Parameters

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

Return Value

Type: Type
The type associated with the specified type identifier or null for types with no mapping.
Exceptions
ExceptionCondition
ArgumentException If the specified type is a user type that is unknown to this IPofContext.
See Also