StackWalker.IStackFrame.IsNativeMethod Propriété
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 si ce frame de pile représente une méthode native.
public bool IsNativeMethod { [Android.Runtime.Register("isNativeMethod", "()Z", "GetIsNativeMethodHandler:Java.Lang.StackWalker/IStackFrameInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)] get; }
[<get: Android.Runtime.Register("isNativeMethod", "()Z", "GetIsNativeMethodHandler:Java.Lang.StackWalker/IStackFrameInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
member this.IsNativeMethod : bool
Valeur de propriété
true si cette trame de pile représente une méthode native ; sinon, false.
- Attributs
Remarques
Obtient si ce frame de pile représente une méthode native.