Takes a fully qualifed type name (can include the assembly) and just returns
the name of the Class.
Namespace:
NHibernate.UtilAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetClassname ( _ typeName As String _ ) As String |
C# |
---|
public static string GetClassname( string typeName ) |
Visual C++ |
---|
public: static String^ GetClassname( String^ typeName ) |
JavaScript |
---|
NHibernate.Util.StringHelper.getClassname = function(typeName); |
Parameters
- typeName
- Type: System..::.String