IIUnknownCacheStrategy Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Définit une stratégie de recherche de table de méthode virtuelle non managée.
public interface class IIUnknownCacheStrategy
[System.CLSCompliant(false)]
public interface IIUnknownCacheStrategy
[<System.CLSCompliant(false)>]
type IIUnknownCacheStrategy = interface
Public Interface IIUnknownCacheStrategy
- Attributs
Méthodes
Clear(IIUnknownStrategy) |
Elle efface le cache. |
ConstructTableInfo(RuntimeTypeHandle, IIUnknownDerivedDetails, Void*) |
Construit un IIUnknownCacheStrategy.TableInfo instance. |
TryGetTableInfo(RuntimeTypeHandle, IIUnknownCacheStrategy+TableInfo) |
Tente d’obtenir le associé IIUnknownCacheStrategy.TableInfo. |
TrySetTableInfo(RuntimeTypeHandle, IIUnknownCacheStrategy+TableInfo) |
Tente de définir le associé IIUnknownCacheStrategy.TableInfo. |