次の方法で共有


StrategyBasedComWrappers.CreateDefaultCacheStrategy メソッド

定義

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

戻り値

既定の戦略では、最初に取得されたスレッドに関係なく、インターフェイスごとにインターフェイス ポインターがキャッシュされます。

適用対象