CallSiteHelpers.IsInternalFrame Method (MethodBase)

 

Checks if a MethodBase is internally used by DLR and should not be displayed on the language code's stack.

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

static member IsInternalFrame : 
        mb:MethodBase -> bool

Parameters

mb
Type: System.Reflection.MethodBase

The input MethodBase

Return Value

Type: System.Boolean

True if the input MethodBase is internally used by DLR and should not be displayed on the language code's stack. Otherwise, false.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: