StackFrameExtensions.GetNativeIP(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.
Obtient un pointeur d’interface vers le début du code natif pour la méthode en cours d’exécution.
public:
[System::Runtime::CompilerServices::Extension]
static IntPtr GetNativeIP(System::Diagnostics::StackFrame ^ stackFrame);
public static IntPtr GetNativeIP (this System.Diagnostics.StackFrame stackFrame);
static member GetNativeIP : System.Diagnostics.StackFrame -> nativeint
<Extension()>
Public Function GetNativeIP (stackFrame As StackFrame) As IntPtr
Paramètres
- stackFrame
- StackFrame
Frame de pile.
Retours
IntPtr
nativeint
Pointeur d’interface vers le début du code natif pour la méthode à exécuter ou Zero si vous ciblez le .NET Framework.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.