CallSiteHelpers.IsInternalFrame(MethodBase) Method

Definition

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

public:
 static bool IsInternalFrame(System::Reflection::MethodBase ^ mb);
public static bool IsInternalFrame (System.Reflection.MethodBase mb);
static member IsInternalFrame : System.Reflection.MethodBase -> bool
Public Shared Function IsInternalFrame (mb As MethodBase) As Boolean

Parameters

mb
MethodBase

The input MethodBase.

Returns

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

Applies to