Takes a fully qualified type name and returns the full name of the Class - includes namespaces.

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

Syntax

Visual Basic (Declaration)
Public Shared Function GetFullClassname ( _
	typeName As String _
) As String
C#
public static string GetFullClassname(
	string typeName
)
Visual C++
public:
static String^ GetFullClassname(
	String^ typeName
)
JavaScript
NHibernate.Util.StringHelper.getFullClassname = function(typeName);

Parameters

typeName
Type: System..::.String

Return Value

See Also