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

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

Syntax

C#
public bool IsInstrumented(
	Type entityClass
)
Visual Basic
Public Function IsInstrumented ( _
	entityClass As Type _
) As Boolean
Visual C++
public:
virtual bool IsInstrumented(
	Type^ entityClass
) sealed

Parameters

entityClass
Type: System..::..Type

[Missing <param name="entityClass"/> documentation for "M:NHibernate.Bytecode.DefaultProxyFactoryFactory.IsInstrumented(System.Type)"]

Return Value

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

Implements

IProxyFactoryFactory..::..IsInstrumented(Type)

See Also