TypeDescriptionProvider::GetReflectionType Method (Type^)
.NET Framework (current version)
Performs normal reflection against a type.
Assembly: System (in System.dll)
Parameters
- objectType
-
Type:
System::Type^
The type of object for which to retrieve the IReflect.
| Exception | Condition |
|---|---|
| ArgumentNullException | objectType is null. |
The GetReflectionType method is a lower-level version of the GetTypeDescriptor method. If no custom type descriptor can be located for an object, GetReflectionType is called to perform normal reflection against the object.
Use this method overload if you have called a type descriptor member that uses a type instead of an instance.
.NET Framework
Available since 2.0
Available since 2.0
Show: