System.Dynamic.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.

Syntax

public bool InvokeOnGet { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is used by some languages to get a better TLA2#tla_com interoperation experience.

When the value is set to false, the dynamic TLA2#tla_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.

Requirements

Namespace: System.Dynamic
Assembly: System.Core (in System.Core.dll)
Assembly Versions: 4.0.0.0