PofReflectionHelperGetType Method (Int32, IPofContext) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Determine the type associated with the given type identifier.
Namespace:
Tangosol.IO.Pof.Reflection
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic 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.
ExceptionsException | Condition |
---|
ArgumentException |
If the specified type is a user type that is unknown to this
IPofContext.
|
See Also