Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Returns an identifier that represents the .NET type of the specified object.

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

Syntax

C#
public static int GetDotNetTypeId(
	Object obj,
	IPofContext ctx
)

Parameters

obj
Type: System..::.Object
An object to determine the type of.
ctx
Type: Tangosol.IO.Pof..::.IPofContext
The IPofContext used to determine if the object is an instance of a valid user type; must not be null.

Return Value

One of the PofConstants struct N_* constants.

See Also