IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所 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 介面的虛擬方法數據表資訊。