StackFrameExtensions.HasILOffset(StackFrame) Méthode

Définition

Indique si un offset par rapport au début du code MSIL 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

Frame de pile.

Retours

true si l’offset est disponible ; sinon, false.

S’applique à

Voir aussi