EnumBuilder.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

インターフェイス マップの取得対象のインターフェイスの型。

戻り値

InterfaceMapping

要求されたインターフェイス マップ。

属性

例外

この型はインターフェイスを実装していません。

注釈

回避策として、完成した型のインターフェイス マッピング型を取得するには、取得した型でリフレクションを使用またはAssembly.GetType使用してType.GetType型を取得します。

適用対象