_Type.GetInterfaceMap(Type) 方法

定义

为 COM 对象提供对 GetInterfaceMap(Type) 方法的与版本无关的访问。

public:
 System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
abstract member GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping

参数

interfaceType
Type

要检索其映射的接口的 Type

返回

表示 interfaceType 的接口映射的 InterfaceMapping 对象。

注解

此方法用于从非托管代码访问托管类,不应从托管代码调用。

方法 Type.GetInterfaceMap 返回指定接口类型的接口映射。

适用于