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) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected static readonly Object InvokeImplementation
Visual Basic
Protected Shared ReadOnly InvokeImplementation As Object
Visual C++
protected:
static initonly Object^ InvokeImplementation

See Also