TypeDelegator.GetInterfaceMap(Type) 方法

定义

返回指定接口类型的接口映射。

public:
 override System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
[System.Runtime.InteropServices.ComVisible(true)]
public override System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Overrides Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping

参数

interfaceType
Type

要检索其映射的接口的 Type

返回

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

属性

注解

接口映射表示如何将接口映射到实现该接口的类上的实际方法。

适用于

另请参阅