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要为其检索映射的接口。

返回

返回请求的接口映射。

属性

例外

此方法未针对不完整的类型实现。

注解

使用 Type.GetType 或使用 Assembly.GetType 所检索类型的反射来检索类型。

适用于