TypeDelegator.GetInterfaceMap(Type) Método

Definición

Devuelve una asignación de interfaz para el tipo de interfaz especificado.

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

Type de la interfaz de la que se va a recuperar una asignación.

Devoluciones

Objeto InterfaceMapping que representa la asignación de interfaz de interfaceType.

Atributos

Comentarios

El mapa de interfaz indica cómo se asigna una interfaz a los métodos reales de una clase que implementa esa interfaz.

Se aplica a

Consulte también