_Type.GetInterfaceMap(Type) メソッド

定義

COM オブジェクトに、GetInterfaceMap(Type) メソッドへのバージョンに依存しないアクセスが用意されています。

public:
 System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
abstract member GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping

パラメーター

interfaceType
Type

マッピングの取得対象であるインターフェイスの Type

戻り値

interfaceType に対するインターフェイスのマッピングを表す InterfaceMapping オブジェクト。

注釈

このメソッドは、アンマネージ コードからマネージド クラスにアクセスするためのメソッドであり、マネージド コードから呼び出さないでください。

メソッドは Type.GetInterfaceMap 、指定したインターフェイス型のインターフェイス マッピングを返します。

適用対象