VsTargetFrameworkProvider.GetRuntimeType(Type) Method

Definition

Gets the runtime type of the specified type.

public:
 override Type ^ GetRuntimeType(Type ^ reflectionType);
public:
 override Platform::Type ^ GetRuntimeType(Platform::Type ^ reflectionType);
public override Type GetRuntimeType (Type reflectionType);
override this.GetRuntimeType : Type -> Type
Public Overrides Function GetRuntimeType (reflectionType As Type) As Type

Parameters

reflectionType
Type

The type.

Returns

The runtime type.

Applies to