Returns a reference to the Type.
Namespace:
NHibernate.UtilAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function ClassForName ( _ name As String _ ) As Type |
C# |
---|
public static Type ClassForName( string name ) |
Visual C++ |
---|
public: static Type^ ClassForName( String^ name ) |
JavaScript |
---|
NHibernate.Util.ReflectHelper.classForName = function(name); |
Parameters
- name
- Type: System..::.String
The name of the class or a fully qualified name.