Share via


VsTargetFrameworkProvider.GetReflectionType(Type, Object) Method

Definition

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

public:
 override Type ^ GetReflectionType(Type ^ objectType, System::Object ^ instance);
public:
 override Platform::Type ^ GetReflectionType(Platform::Type ^ objectType, Platform::Object ^ instance);
public override Type GetReflectionType (Type objectType, object instance);
override this.GetReflectionType : Type * obj -> Type
Public Overrides Function GetReflectionType (objectType As Type, instance As Object) As Type

Parameters

objectType
Type
instance
Object

Returns

The reflection type.

Applies to