IComNativeDescriptorHandler::GetClassName Method (Object^)

 
obsoleteCodeEntityP:System.ComponentModel.TypeDescriptor.ComObjectType

Gets the class name for the specified component.

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

String^ GetClassName(
	Object^ component
)

Parameters

component
Type: System::Object^

The component to get the class name for.

Return Value

Type: System::String^

The name of the class that corresponds with component.

System_CAPS_noteNote

This API is now obsolete. The non-obsolete alternative is ComObjectType.

.NET Framework
Available since 1.1
Return to top
Show: