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

傳回

InterfaceMapping 物件,表示 interfaceType 的介面對應。

屬性

備註

介面對應表示介面如何對應至實作該介面之類別的實際方法。

適用於

另請參閱