共用方式為


GenericTypeParameterBuilder.GetInterfaceMap(Type) 方法

定義

不支援不完整的泛型型別參數。

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

參數

interfaceType
Type

Type 物件,代表要擷取對應的介面類型。

傳回

不支援不完整的泛型型別參數。

屬性

例外狀況

在所有情況下。

備註

這個方法不支援不完整的泛型型別參數。 從已完成的泛型型別定義擷取型別參數,然後在擷取的類型上使用反映。

適用於