CallSiteHelpers.IsInternalFrame(MethodBase) 方法

定义

检查 MethodBase 是否由 DLR 在内部使用且不应显示在语言代码的堆栈上。

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

参数

mb
MethodBase

输入 MethodBase

返回

如果输入 MethodBase 由 DLR 在内部使用且不应显示在语言代码的堆栈上,则为 true。 否则为 false

适用于