Share via


ComObject.IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey 方法

定义

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

 virtual System::Runtime::InteropServices::Marshalling::VirtualMethodTableInfo System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey(Type ^ type) = System::Runtime::InteropServices::Marshalling::IUnmanagedVirtualMethodTableProvider::GetVirtualMethodTableInfoForKey;
System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey (Type type);
abstract member System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey : Type -> System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo
override this.System.Runtime.InteropServices.Marshalling.IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey : Type -> System.Runtime.InteropServices.Marshalling.VirtualMethodTableInfo
Function GetVirtualMethodTableInfoForKey (type As Type) As VirtualMethodTableInfo Implements IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey

参数

type
Type

非托管接口的托管类型。

返回

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

实现

适用于