GenericTypeParameterBuilder.GetInterfaceMap(Type) Método

Definición

No compatible para los parámetros de tipo genérico incompletos.

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

Parámetros

interfaceType
Type

Un objeto Type que representa el tipo de interfaz para el que se recuperará la asignación.

Devoluciones

No compatible para los parámetros de tipo genérico incompletos.

Atributos

Excepciones

En todos los casos.

Comentarios

Este método no se admite para parámetros de tipo genérico incompletos. Recupere el parámetro type de la definición de tipo genérico completada y, a continuación, use la reflexión en el tipo recuperado.

Se aplica a