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 对象,表示要为其检索映射的接口类型。

返回

不支持不完整的泛型类型参数。

属性

例外

在所有情况下。

注解

不完整的泛型类型参数不支持此方法。 从已完成的泛型类型定义中检索类型参数,然后在检索到的类型上使用反射。

适用于