MultiTargetingSupportService.GetRuntimeType(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

参数

reflectionType
Type

反射类型。

返回

与反射类型相联系的运行时类型。

实现

适用于