CallSiteHelpers.IsInternalFrame(MethodBase) Methode

Definition

Überprüft, ob eine MethodBase von DLR intern verwendet wird und nicht im Stapel des Sprachcodes angezeigt werden soll.

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

Parameter

mb
MethodBase

Die Eingabe-MethodBase.

Gibt zurück

true, Wenn die Eingabe der MethodBase-Klasse intern von DLR verwendet wird und nicht im Stapel des Sprachcodes angezeigt werden soll. Andernfalls false.

Gilt für: