Gets the name of the class for the specified component.
Gets the name of the class for the specified component.
[Visual Basic] Overloads Public Shared Function GetClassName(Object) As String
[C#] public static string GetClassName(Object);
[C++] public: static String* GetClassName(Object*);
[JScript] public static function GetClassName(Object) : String;
Gets the name of the class for the specified component using the custom type descriptor when fNoCustomTypeDesc
is false.
[Visual Basic] Overloads Public Shared Function GetClassName(Object, Boolean) As String
[C#] public static string GetClassName(Object, bool);
[C++] public: static String* GetClassName(Object*, bool);
[JScript] public static function GetClassName(Object, Boolean) : String;
TypeDescriptor Class | TypeDescriptor Members | System.ComponentModel Namespace