次の方法で共有


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

アンマネージド インターフェイスのマネージド型。

戻り値

アンマネージド インターフェイスの仮想メソッド テーブル情報。

適用対象