TypeDescriptor::GetClassName Method (Type^)
.NET Framework (current version)
Returns the name of the class for the specified type.
Assembly: System (in System.dll)
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
Available since 2.0
Show: