Gets the name of the class for the specified component.
The name of the class for the specified component.
[Visual Basic] Overloads Public Shared Function GetComponentName(Object) As String
[C#] public static string GetComponentName(Object);
[C++] public: static String* GetComponentName(Object*);
[JScript] public static function GetComponentName(Object) : String;
Gets the name of the class for the specified component.
[Visual Basic] Overloads Public Shared Function GetComponentName(Object, Boolean) As String
[C#] public static string GetComponentName(Object, bool);
[C++] public: static String* GetComponentName(Object*, bool);
[JScript] public static function GetComponentName(Object, Boolean) : String;
TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace