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

戻り値

不完全なジェネリック型パラメーターではサポートされていません。

属性

例外

すべての場合。

注釈

不完全なジェネリック型パラメーターでは、このメソッドはサポートされていません。 完成したジェネリック型定義から型パラメーターを取得し、取得した型にリフレクションを使用します。

適用対象