Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function Instantiate ( _
	clazz As Type, _
	id As Object _
) As Object
C#
public Object Instantiate(
	Type clazz,
	Object id
)
Visual C++
public:
virtual Object^ Instantiate(
	Type^ clazz, 
	Object^ id
) sealed
JavaScript
function instantiate(clazz, id);

Parameters

clazz
Type: System..::.Type
id
Type: System..::.Object

Implements

ISessionImplementor..::.Instantiate(Type, Object)

See Also