Share via


IExtendedUIService2.GetRuntimeType(Type) 方法

定义

返回指定反射类型的当前运行时类型。 反射类型取决于目标.NET Framework版本。

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

依赖于目标.NET Framework版本的反射类型。

返回

当前的运行时类型。

适用于