TypeDescriptionProvider.GetRuntimeType(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将反射类型转换为运行时类型。
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
的运行时等效项。
例外
reflectionType
为 null
。
注解
方法 GetRuntimeType 反转 方法, GetReflectionType 将反射类型转换回运行时类型。 GetRuntimeType使用 方法优先于使用 UnderlyingSystemType 属性,该属性在早期版本中用于返回运行时类型。