IMultiTargetingSupportService.GetRuntimeType(Type) 方法

定义

获取与指定类型相对应的运行时类型。

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

参数

reflectionType
Type

要获取其运行时类型的类型。

返回

Type

与指定类型相对应的运行时类型。

适用于