次の方法で共有


TypeDelegator.GetInterfaceMap メソッド

指定したインターフェイス型に対するインターフェイスの割り当てを返します。

Overrides Public Function GetInterfaceMap( _
   ByVal interfaceType As Type _) As InterfaceMapping
[C#]
public override InterfaceMapping GetInterfaceMap(TypeinterfaceType);
[C++]
public: InterfaceMapping GetInterfaceMap(Type* interfaceType);
[JScript]
public override function GetInterfaceMap(
   interfaceType : Type) : InterfaceMapping;

パラメータ

  • interfaceType
    割り当ての取得対象であるインターフェイスの Type

戻り値

interfaceType に対するインターフェイスの割り当てを表す InterfaceMapping オブジェクト。

解説

インターフェイス マップは、そのインターフェイスを実装するクラスの実際のメソッドにインターフェイスを割り当てる方法を示します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

TypeDelegator クラス | TypeDelegator メンバ | System.Reflection 名前空間 | InterfaceMapping