GenericTypeParameterBuilder.GetInterfaceMap(Type) Método

Definición

No se admite para parámetros de tipo genérico incompletos.

public:
 override System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
[System.Runtime.InteropServices.ComVisible(true)]
public override System.Reflection.InterfaceMapping GetInterfaceMap(Type interfaceType);
public override System.Reflection.InterfaceMapping GetInterfaceMap(Type interfaceType);
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
override this.GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Overrides Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping

Parámetros

interfaceType
Type

Objeto Type que representa el tipo de interfaz para el que se va a recuperar la asignación.

Devoluciones

No se admite para 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 de tipo de la definición de tipo genérico completada y, a continuación, use la reflexión en el tipo recuperado.

Se aplica a