[Missing <summary> documentation for "M:NHibernate.Bytecode.DefaultProxyFactoryFactory.IsProxy(System.Object)"]

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

Syntax

C#
public bool IsProxy(
	Object entity
)
Visual Basic
Public Function IsProxy ( _
	entity As Object _
) As Boolean
Visual C++
public:
virtual bool IsProxy(
	Object^ entity
) sealed

Parameters

entity
Type: System..::..Object

[Missing <param name="entity"/> documentation for "M:NHibernate.Bytecode.DefaultProxyFactoryFactory.IsProxy(System.Object)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Bytecode.DefaultProxyFactoryFactory.IsProxy(System.Object)"]

Implements

IProxyFactoryFactory..::..IsProxy(Object)

See Also