_Type.GetInterfaceMap(Type) 方法

定義

為 COM 物件提供與版本無關的 GetInterfaceMap(Type) 方法之存取權。

public:
 System::Reflection::InterfaceMapping GetInterfaceMap(Type ^ interfaceType);
public System.Reflection.InterfaceMapping GetInterfaceMap (Type interfaceType);
abstract member GetInterfaceMap : Type -> System.Reflection.InterfaceMapping
Public Function GetInterfaceMap (interfaceType As Type) As InterfaceMapping

參數

interfaceType
Type

要擷取對應的介面的 Type

傳回

InterfaceMapping 物件,表示 interfaceType 的介面對應。

備註

此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。

方法 Type.GetInterfaceMap 會傳回指定之介面類型的介面對應。

適用於