GenericTypeParameterBuilder.GetInterfaceMap(Type) Método

Definição

Sem suporte para 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

Um objeto Type que representa o tipo de interface para o qual o mapeamento deve ser recuperado.

Retornos

Sem suporte para parâmetros de tipo genérico incompletos.

Atributos

Exceções

Em todos os casos.

Comentários

Não há suporte para esse método para parâmetros de tipo genérico incompletos. Recupere o parâmetro de tipo da definição de tipo genérico concluída e, em seguida, use reflexão no tipo recuperado.

Aplica-se a