Share via


ComObject.IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey Methode

Definition

Rufen Sie die Informationen zur Tabelle der virtuellen Methode für einen angegebenen nicht verwalteten Schnittstellentyp ab, der durch dargestellt wird 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

Parameter

type
Type

Der verwaltete Typ für die nicht verwaltete Schnittstelle.

Gibt zurück

Die Tabelleninformationen der virtuellen Methode für die nicht verwaltete Schnittstelle.

Implementiert

Gilt für: