次の方法で共有


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 呼び出すことができることを前提としています。

適用対象