TypeDescriptionProvider::GetReflectionType Method (Object^)
.NET Framework (current version)
Performs normal reflection against the given object.
Assembly: System (in System.dll)
Parameters
- instance
-
Type:
System::Object^
An instance of the type (should not be null).
| Exception | Condition |
|---|---|
| ArgumentNullException | instance 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 an instance instead of a type.
.NET Framework
Available since 2.0
Available since 2.0
Show: