TypeDescriptionProvider::GetReflectionType Method (Type^)

 

Performs normal reflection against a type.

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

public:
Type^ GetReflectionType(
	Type^ objectType
)

Parameters

objectType
Type: System::Type^

The type of object for which to retrieve the IReflect.

Return Value

Type: System::Type^

The type of reflection for this objectType.

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
Return to top
Show: