IExtendedUIService2.GetRuntimeType(Type) 方法

定义

返回指定反射类型的当前运行时类型。Returns the current runtime type for the specified reflection type. 反射类型取决于目标 .NET Framework 版本。The reflection type depends on the target .NET Framework version.

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 版本的反射类型。The reflection type that depends on the target .NET Framework version.

返回

Type

当前的运行时类型。The current runtime type.

适用于