PofHelperGetDotNetTypeId Method |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Returns an identifier that represents the .NET type of the
specified object.
Namespace:
Tangosol.IO.Pof
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static int GetDotNetTypeId(
Object obj,
IPofContext ctx
)
Parameters
- obj
- Type: SystemObject
An object to determine the type of.
- ctx
- Type: Tangosol.IO.PofIPofContext
The IPofContext used to determine if the object is
an instance of a valid user type; must not be null.
Return Value
Type:
Int32
One of the
PofConstants struct
N_*
constants.
See Also