EnumBuilder.GetInterfaceMap(Type) Método

Definición

Devuelve una asignación de interfaz para la interfaz solicitada.

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

Tipo de interfaz para la que se debe recuperar la asignación de interfaz.

Devoluciones

Asignación de interfaz solicitada.

Atributos

Excepciones

El tipo no implementa la interfaz.

Comentarios

Como solución alternativa, para recuperar los tipos de asignación de interfaz de un tipo terminado, recupere el tipo mediante Type.GetType o Assembly.GetType y use la reflexión en el tipo recuperado.

Se aplica a