IsInternalFrame Method
Collapse the table of content
Expand the table of content

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.

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

public static bool IsInternalFrame(
	MethodBase mb
)

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.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft