VsTargetFrameworkProvider.GetReflectionType(Type, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.