This documentation is archived and is not being maintained.
ICustomTypeDescriptor.GetClassName Method
.NET Framework 1.1
Returns the class name of this object.
[Visual Basic] Function GetClassName() As String [C#] string GetClassName(); [C++] String* GetClassName(); [JScript] function GetClassName() : String;
Return Value
The class name of the object, or a null reference (Nothing in Visual Basic) if the class does not have a name.
Remarks
If a null reference (Nothing in Visual Basic) is returned, use the type name.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
ICustomTypeDescriptor Interface | ICustomTypeDescriptor Members | System.ComponentModel Namespace | ICustomTypeDescriptor | TypeDescriptor
Show: