CallSiteHelpers.IsInternalFrame(MethodBase) Metoda

Definicja

Sprawdza, czy element MethodBase jest używany wewnętrznie przez bibliotekę DLR i nie powinien być wyświetlany na stosie kodu języka.

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

Parametry

mb
MethodBase

Dane wejściowe MethodBase.

Zwraca

Boolean

true jeśli dane wejściowe MethodBase są używane wewnętrznie przez bibliotekę DLR i nie powinny być wyświetlane na stosie kodu języka. W przeciwnym razie wartość false.

Dotyczy