MultiTargetingSupportService.GetRuntimeType(Type) Method

Definition

Gets the runtime type given a reflection type.

public:
 abstract Type ^ GetRuntimeType(Type ^ reflectionType);
public abstract Type GetRuntimeType (Type reflectionType);
abstract member GetRuntimeType : Type -> Type
Public MustOverride Function GetRuntimeType (reflectionType As Type) As Type

Parameters

reflectionType
Type

The reflection type.

Returns

The runtime type associated with the reflection type.

Implements

Applies to