IUnmanagedVirtualMethodTableProvider Interface

Définition

Important

Cette API n’est pas conforme CLS.

Fournit des informations sur une table de méthodes virtuelles pour une interface managée afin d’activer l’appel de méthodes dans la table de méthodes virtuelles.

public interface class IUnmanagedVirtualMethodTableProvider
[System.CLSCompliant(false)]
public interface IUnmanagedVirtualMethodTableProvider
[<System.CLSCompliant(false)>]
type IUnmanagedVirtualMethodTableProvider = interface
Public Interface IUnmanagedVirtualMethodTableProvider
Dérivé
Attributs

Méthodes

Nom Description
GetVirtualMethodTableInfoForKey(Type)

Obtient les informations relatives à la table de méthode virtuelle pour le type d’interface non managé représenté par type.

S’applique à