IInvokeOnGetBinder::InvokeOnGet Property
Gets the value indicating if this get member operation should invoke properties when they perform the get operation. The default value when this interface is not present is true.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System::BooleanTrue if this get member operation should invoke properties when they perform the get operation; otherwise false.
This property is used by some languages to get a better COM interoperation experience.
When the value is set to false, the dynamic COM object will not invoke the object but will instead bind to the name, and return an object that can be invoked or indexed later. This is useful for indexed properties and languages that do not produce InvokeMember call sites.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.