TypeDelegator.GetInterfaceMap(Type) Metodo

Definizione

Restituisce un mapping di interfaccia per il tipo di interfaccia specificato.

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

Parametri

interfaceType
Type

Oggetto Type dell'interfaccia da cui recuperare un mapping.

Restituisce

Oggetto InterfaceMapping che rappresenta il mapping di interfaccia per interfaceType.

Attributi

Commenti

La mappa dell'interfaccia indica il mapping di un'interfaccia ai metodi effettivi di una classe che implementa tale interfaccia.

Si applica a

Vedi anche