TypeDelegator.GetInterfaceMap(Type) 方法
定义
返回指定接口类型的接口映射。Returns an interface mapping for the specified interface 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 的接口映射的 InterfaceMapping 对象。An InterfaceMapping object representing the interface mapping for interfaceType.
- 属性
注解
接口映射表示接口如何映射到实现该接口的类上的实际方法。The interface map denotes how an interface is mapped into the actual methods on a class that implements that interface.