StackFrameExtensions.HasNativeImage(StackFrame) Méthode

Définition

Indique si l’image native est disponible pour le cadre de pile spécifié.

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

Paramètres

stackFrame
StackFrame

Cadre de pile.

Retours

true si une image native est disponible pour ce cadre de pile ; sinon, false.

S’applique à

Voir aussi