다음을 통해 공유


StrategyBasedComWrappers.DefaultIUnknownStrategy 속성

정의

메서드 호출 IUnknown 에 사용할 기본 전략을 가져옵니다.

public:
 static property System::Runtime::InteropServices::Marshalling::IIUnknownStrategy ^ DefaultIUnknownStrategy { System::Runtime::InteropServices::Marshalling::IIUnknownStrategy ^ get(); };
public static System.Runtime.InteropServices.Marshalling.IIUnknownStrategy DefaultIUnknownStrategy { get; }
static member DefaultIUnknownStrategy : System.Runtime.InteropServices.Marshalling.IIUnknownStrategy
Public Shared ReadOnly Property DefaultIUnknownStrategy As IIUnknownStrategy

속성 값

설명

이 전략은 제공된 모든 COM 개체가 자유 스레드이며 모든 스레드에서 메서드를 호출할 IUnknown 수 있다고 가정합니다.

적용 대상