Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TypeDescriptor::GetClassName Method (Type^)

 

Returns the name of the class for the specified type.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
static String^ GetClassName(
	Type^ componentType
)

Parameters

componentType
Type: System::Type^

The Type of the target component.

Return Value

Type: System::String^

A String containing the name of the class for the specified component type.

Exception Condition
ArgumentNullException

componentType is null.

This method uses the cached custom type descriptor for the specified type to discover the associated class name.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft