TypeDescriptionProvider.GetRuntimeType(Type) 方法

定义

将反射类型转换为运行时类型。

public:
 virtual Type ^ GetRuntimeType(Type ^ reflectionType);
public virtual Type GetRuntimeType (Type reflectionType);
abstract member GetRuntimeType : Type -> Type
override this.GetRuntimeType : Type -> Type
Public Overridable Function GetRuntimeType (reflectionType As Type) As Type

参数

reflectionType
Type

要转换为其运行时等效项的类型。

返回

一个 Type,表示 reflectionType 的运行时等效项。

例外

reflectionTypenull

注解

方法 GetRuntimeType 反转 方法, GetReflectionType 将反射类型转换回运行时类型。 GetRuntimeType使用 方法优先于使用 UnderlyingSystemType 属性,该属性在早期版本中用于返回运行时类型。

适用于