IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey 方法

定义

获取有关表示 type的非托管接口类型的虚拟方法表的信息。

public:
 System::Runtime::InteropServices::Marshalling::VirtualMethodTableInfo GetVirtualMethodTableInfoForKey(Type ^ type);
public System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo GetVirtualMethodTableInfoForKey (Type type);
abstract member GetVirtualMethodTableInfoForKey : Type -> System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo
Public Function GetVirtualMethodTableInfoForKey (type As Type) As VirtualMethodTableInfo

参数

type
Type

非托管接口的托管类型。

返回

非托管接口的虚拟方法表信息。

适用于