CallSiteHelpers.IsInternalFrame Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks if a MethodBase is internally used by DLR and should not be displayed on the language code's stack.
Assembly: System.Core (in System.Core.dll)
Parameters
- mb
- Type: System.Reflection.MethodBase
The input MethodBase
Return Value
Type: System.BooleanTrue if the input MethodBase is internally used by DLR and should not be displayed on the language code's stack. Otherwise, false.
Show: