CallSiteHelpers Class

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Class that contains helper methods for DLR CallSites.

Inheritance Hierarchy

System.Object
  System.Runtime.CompilerServices.CallSiteHelpers

Namespace:  System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

Syntax

'Declaration
Public NotInheritable Class CallSiteHelpers
public static class CallSiteHelpers

The CallSiteHelpers type exposes the following members.

Methods

  Name Description
Public methodStatic member IsInternalFrame Checks if a MethodBase is internally used by DLR and should not be displayed on the language code's stack.

Top

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.