Edit

Share via


StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy Property

Definition

Gets the default strategy to discover interface details about COM interfaces.

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

Property Value

Remarks

This strategy can discover interfaces and classes that use source-generated COM interop that use the GeneratedComInterfaceAttribute and GeneratedComClassAttribute attributes. This strategy looks for an IUnknownDerivedAttribute<T,TImpl> or ComExposedClassAttribute<T> attribute on the type of the provided object to discover COM type information.

Applies to