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 オブジェクト。

属性

注釈

インターフェイス マップは、インターフェイスを実装するクラスの実際のメソッドにインターフェイスがどのようにマップされるかを示します。

適用対象

こちらもご覧ください