IInvokeOnGetBinder.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="IInvokeOnGetBinder" FullName="System.Dynamic.IInvokeOnGetBinder">
  3. <TypeSignature Language="C#" Value="public interface IInvokeOnGetBinder" />
  4. <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IInvokeOnGetBinder" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.Core</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Interfaces />
  10. <Docs>
  11. <remarks>To be added.</remarks>
  12. <summary>
  13. <attribution license="cc4" from="Microsoft" modified="false" />
  14. <para>Represents information about a dynamic get member operation that indicates if the get member should invoke properties when they perform the get operation.</para>
  15. </summary>
  16. </Docs>
  17. <Members>
  18. <Member MemberName="InvokeOnGet">
  19. <MemberSignature Language="C#" Value="public bool InvokeOnGet { get; }" />
  20. <MemberSignature Language="ILAsm" Value=".property instance bool InvokeOnGet" />
  21. <MemberType>Property</MemberType>
  22. <AssemblyInfo>
  23. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  24. </AssemblyInfo>
  25. <ReturnValue>
  26. <ReturnType>System.Boolean</ReturnType>
  27. </ReturnValue>
  28. <Docs>
  29. <value>To be added.</value>
  30. <remarks>
  31. <attribution license="cc4" from="Microsoft" modified="false" />
  32. <para>This property is used by some languages to get a better TLA2#tla_com interoperation experience.</para>
  33. <para>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.</para>
  34. </remarks>
  35. <summary>
  36. <attribution license="cc4" from="Microsoft" modified="false" />
  37. <para>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.</para>
  38. </summary>
  39. </Docs>
  40. </Member>
  41. </Members>
  42. </Type>