StackWalker.IStackFrame.IsNativeMethod Propiedad

Definición

Obtiene si este marco de pila representa un método nativo.

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

Valor de propiedad

true si este marco de pila representa un método nativo; de lo contrario, false.

Atributos

Comentarios

Obtiene si este marco de pila representa un método nativo.

Se aplica a