StackFrameExtensions.HasILOffset(StackFrame) Méthode

Définition

Indique si un décalage à partir du début du code IL pour la méthode en cours d’exécution est disponible.

public:
[System::Runtime::CompilerServices::Extension]
 static bool HasILOffset(System::Diagnostics::StackFrame ^ stackFrame);
public static bool HasILOffset(this System.Diagnostics.StackFrame stackFrame);
static member HasILOffset : System.Diagnostics.StackFrame -> bool
<Extension()>
Public Function HasILOffset (stackFrame As StackFrame) As Boolean

Paramètres

stackFrame
StackFrame

Cadre de pile.

Retours

true si le décalage est disponible ; sinon, false.

S’applique à

Voir aussi