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

戻り値

InterfaceMapping

要求されたインターフェイス マップを返します。

属性

例外

不完全な型では、このメソッドは実装されません。

注釈

またはを使用して型を取得し、 Type.GetType Assembly.GetType 取得した型に対してリフレクションを使用します。

適用対象