GenericTypeParameterBuilder.GetInterfaceMap(Type) Metod

Definition

Stöds inte för ofullständiga generiska typparametrar.

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

Parametrar

interfaceType
Type

Ett Type objekt som representerar den gränssnittstyp som mappningen ska hämtas för.

Returer

Stöds inte för ofullständiga generiska typparametrar.

Attribut

Undantag

I samtliga fall.

Kommentarer

Den här metoden stöds inte för ofullständiga generiska typparametrar. Hämta typparametern från den slutförda generiska typdefinitionen och använd sedan reflektion över den hämtade typen.

Gäller för