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

属性

注釈

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

適用対象

こちらもご覧ください