StackWalker.IStackFrame.IsNativeMethod Property

Definition

Gets whether this stack frame represents a native method.

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

Property Value

true if this stack frame represents a native method; otherwise, false.

Attributes

Remarks

Gets whether this stack frame represents a native method.

Applies to