Helper class for Reflection related code.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class ReflectHelper
C#
public sealed class ReflectHelper
Visual C++
public ref class ReflectHelper sealed
JavaScript
NHibernate.Util.ReflectHelper = function();

Type.createClass(
	'NHibernate.Util.ReflectHelper');

Inheritance Hierarchy

System..::.Object
  NHibernate.Util..::.ReflectHelper

See Also