다음을 통해 공유


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

반환

기본 전략은 처음에 검색된 스레드에 관계없이 인터페이스당 인터페이스 포인터를 캐시합니다.

적용 대상