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 メソッドの呼び出しを任意のスレッドから実行できることを前提としています。

適用対象