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

返品

true 入力 MethodBase が DLR によって内部的に使用され、言語コードのスタックに表示されない場合。 それ以外の場合は、 false

適用対象