TypeDescriptionProvider.GetTypeDescriptor Method (Type)
.NET Framework (current version)
Gets a custom type descriptor for the given type.
Assembly: System (in System.dll)
Parameters
- objectType
-
Type:
System.Type
The type of object for which to retrieve the type descriptor.
Return Value
Type: System.ComponentModel.ICustomTypeDescriptorAn ICustomTypeDescriptor that can provide metadata for the type.
.NET Framework
Available since 2.0
Available since 2.0
Show: