Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01
Returns an identifier that represents the .NET type of the specified object.

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

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