Gets the name of the class for the specified component.
[Visual Basic] Overloads Public Shared Function GetClassName( _ ByVal component As Object _ ) As String [C#] public static string GetClassName( object component ); [C++] public: static String* GetClassName( Object* component ); [JScript] public static function GetClassName( component : Object ) : String;
The name of the class for the specified component.
Typically, this returns the full Type name for the component's type. If the component implements ICustomTypeDescriptor, it can return an alternate name.
TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace | TypeDescriptor.GetClassName Overload List | TypeDescriptor | EventDescriptor | PropertyDescriptor