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

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

Syntax

C#
bool IsInstrumented(
	Type entityClass
)
Visual Basic
Function IsInstrumented ( _
	entityClass As Type _
) As Boolean
Visual C++
bool IsInstrumented(
	Type^ entityClass
)

Parameters

entityClass
Type: System..::..Type

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

Return Value

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

See Also