TypeBuilder.GetInterfaceMap(Type) Metodo

Definizione

Restituisce un mapping di interfaccia per l'interfaccia richiesta.

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 per cui recuperare il mapping.

Restituisce

InterfaceMapping

Restituisce il mapping dell'interfaccia richiesto.

Attributi

Eccezioni

Questo metodo non viene implementato per i tipi incompleti.

Commenti

Recuperare il tipo usando Type.GetType o e usare la reflection sul tipo Assembly.GetType recuperato.

Si applica a