Partage via


IUnmanagedVirtualMethodTableProvider.GetVirtualMethodTableInfoForKey Méthode

Définition

Obtient les informations sur la table de méthode virtuelle pour le type d’interface non managé représenté par 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

Paramètres

type
Type

Type managé pour l’interface non managée.

Retours

Informations de table de méthode virtuelle pour l’interface non managée.

S’applique à