Partager via


StrategyBasedComWrappers.CreateDefaultCacheStrategy Méthode

Définition

Crée la stratégie par défaut à utiliser pour la mise en cache des objets COM.

protected:
 static System::Runtime::InteropServices::Marshalling::IIUnknownCacheStrategy ^ CreateDefaultCacheStrategy();
protected static System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy CreateDefaultCacheStrategy ();
static member CreateDefaultCacheStrategy : unit -> System.Runtime.InteropServices.Marshalling.IIUnknownCacheStrategy
Protected Shared Function CreateDefaultCacheStrategy () As IIUnknownCacheStrategy

Retours

La stratégie par défaut met en cache les pointeurs d’interface par interface, quel que soit le thread sur lequel ils ont été récupérés initialement.

S’applique à