Perform instantiation of an instance of the underlying class.

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

Syntax

Visual Basic (Declaration)
Function CreateInstance As Object
C#
Object CreateInstance()
Visual C++
Object^ CreateInstance()
JavaScript
function createInstance();

Return Value

The new instance.

See Also