ComObject.IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey Metoda

Definicja

Uzyskaj informacje o tabeli metod wirtualnych dla danego niezarządzanego typu interfejsu reprezentowanego przez typeelement .

 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

Parametry

type
Type

Typ zarządzany dla niezarządzanych interfejsów.

Zwraca

Informacje o tabeli metod wirtualnych dla interfejsu niezarządzanych.

Implementuje

Dotyczy