Edit

Share via


StrategyBasedComWrappers.DefaultIUnknownStrategy Property

Definition

Gets the default strategy to use for calling IUnknown methods.

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

Property Value

Remarks

This strategy assumes that all provided COM objects are free threaded and that calls to IUnknown methods can be made from any thread.

Applies to