Share via


StackFrameExtensions.HasMethod(StackFrame) Méthode

Définition

Indique si les informations sur la méthode dans laquelle s’exécute le frame spécifié sont disponibles.

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

Paramètres

stackFrame
StackFrame

Frame de pile.

Retours

true si les informations sur la méthode dans laquelle le frame actuel s’exécute sont disponibles ; sinon, false.

S’applique à

Voir aussi