Perform instantiation of an instance of the underlying class.

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

Syntax

C#
Object CreateInstance()
Visual Basic
Function CreateInstance As Object
Visual C++
Object^ CreateInstance()

Return Value

The new instance.

See Also