Click or drag to resize

PofHelperGetDotNetTypeId Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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.1 (14.1.1.1)
Syntax
C#
public 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