IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey Methode

Definitie

Hiermee haalt u de informatie op over de virtuele methodetabel voor het niet-beheerde interfacetype dat wordt vertegenwoordigd door 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

Parameters

type
Type

Het beheerde type voor de niet-beheerde interface.

Retouren

De tabelgegevens van de virtuele methode voor de niet-beheerde interface.

Van toepassing op