Home
retrieves the AssemblyQualifiedName header for the supplied class instance

Namespace:  nTools
Assembly:  nString (in nString.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static string getAssemblyName(
	Object theClass
)
Public Shared Function getAssemblyName ( _
	theClass As Object _
) As String
public:
static String^ getAssemblyName(
	Object^ theClass
)

Parameters

theClass
Object
the class you wish to retrieve the header for

Return Value

the header

See Also