If this is returned by Invoke then the subclass needs to Invoke the method call against the object that is being proxied.

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

Syntax

Visual Basic (Declaration)
Protected Shared ReadOnly InvokeImplementation As Object
C#
protected static readonly Object InvokeImplementation
Visual C++
protected:
static initonly Object^ InvokeImplementation
JavaScript
NHibernate.Proxy.LazyInitializer.invokeImplementation

See Also