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

適用対象