CallSiteHelpers.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Type Name="CallSiteHelpers" FullName="System.Runtime.CompilerServices.CallSiteHelpers">
  3. <TypeSignature Language="C#" Value="public static class CallSiteHelpers" />
  4. <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit CallSiteHelpers extends System.Object" />
  5. <AssemblyInfo>
  6. <AssemblyName>System.Core</AssemblyName>
  7. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  8. </AssemblyInfo>
  9. <Base>
  10. <BaseTypeName>System.Object</BaseTypeName>
  11. </Base>
  12. <Interfaces />
  13. <Docs>
  14. <remarks>To be added.</remarks>
  15. <summary>
  16. <attribution license="cc4" from="Microsoft" modified="false" />
  17. <para>Class that contains helper methods for DLR CallSites.</para>
  18. </summary>
  19. </Docs>
  20. <Members>
  21. <Member MemberName="IsInternalFrame">
  22. <MemberSignature Language="C#" Value="public static bool IsInternalFrame (System.Reflection.MethodBase mb);" />
  23. <MemberSignature Language="ILAsm" Value=".method public static hidebysig bool IsInternalFrame(class System.Reflection.MethodBase mb) cil managed" />
  24. <MemberType>Method</MemberType>
  25. <AssemblyInfo>
  26. <AssemblyVersion>4.0.0.0</AssemblyVersion>
  27. </AssemblyInfo>
  28. <ReturnValue>
  29. <ReturnType>System.Boolean</ReturnType>
  30. </ReturnValue>
  31. <Parameters>
  32. <Parameter Name="mb" Type="System.Reflection.MethodBase" />
  33. </Parameters>
  34. <Docs>
  35. <remarks>To be added.</remarks>
  36. <summary>
  37. <attribution license="cc4" from="Microsoft" modified="false" />
  38. <para>Checks if a <see cref="T:System.Reflection.MethodBase" /> is internally used by DLR and should not be displayed on the language code's stack.</para>
  39. </summary>
  40. <returns>
  41. <attribution license="cc4" from="Microsoft" modified="false" />
  42. <para>True if the input <see cref="T:System.Reflection.MethodBase" /> is internally used by DLR and should not be displayed on the language code's stack. Otherwise, false.</para>
  43. </returns>
  44. <param name="mb">
  45. <attribution license="cc4" from="Microsoft" modified="false" />The input <see cref="T:System.Reflection.MethodBase" /></param>
  46. </Docs>
  47. </Member>
  48. </Members>
  49. </Type>