StrategyBasedComWrappers.CreateDefaultCacheStrategy Método

Definição

Cria a estratégia padrão para usar na cache de objetos 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

Devoluções

A estratégia padrão armazena em cache os ponteiros da interface por interface, independentemente do thread onde foram inicialmente recuperados.

Aplica-se a