CallSiteHelpers.IsInternalFrame(MethodBase) Methode

Definition

Überprüft, ob eine MethodBase intern von DLR 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 MethodBase intern von DLR verwendet wird und nicht im Stapel des Sprachcodes angezeigt werden soll. Andernfalls, false.

Gilt für: