StackFrameExtensions.HasNativeImage(StackFrame) Méthode

Définition

Indique si l’image native est disponible pour le frame 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

Frame de pile.

Retours

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

S’applique à

Voir aussi