Guesses the IType of this object

Namespace: NHibernate
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static IType GuessType(
	Object obj
)
Visual Basic
Public Shared Function GuessType ( _
	obj As Object _
) As IType
Visual C++
public:
static IType^ GuessType(
	Object^ obj
)

Parameters

obj
Type: System..::..Object
The obj.

Return Value

[Missing <returns> documentation for "M:NHibernate.NHibernateUtil.GuessType(System.Object)"]

See Also