StackFrameExtensions.HasILOffset(StackFrame) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.