CallSiteHelpers.IsInternalFrame(MethodBase) 方法

定义

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

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

返回

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

适用于