StackWalker.IStackFrame.IsNativeMethod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.