VsTargetFrameworkProvider::GetReflectionType Method (Type^, Object^)

 

Gets the type of the specified object with the specified object type.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
virtual Type^ GetReflectionType(
	Type^ objectType,
	Object^ instance
) override

Parameters

objectType
Type: System::Type^

instance
Type: System::Object^

Return Value

Type: System::Type^

The reflection type.

Return to top
Show: