CallSiteHelpers.IsInternalFrame(MethodBase) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检查 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
。