共用方式為


IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey 方法

定義

取得所 type表示之 Unmanaged 介面型別之虛擬方法數據表的相關信息。

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

Unmanaged 介面的 Managed 型別。

傳回

Unmanaged 介面的虛擬方法數據表資訊。

適用於