StrategyBasedComWrappers.DefaultIUnknownInterfaceDetailsStrategy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.