StackWalker.Option.ShowHiddenFrames Property

Definition

Gets the option that includes hidden stack frames.

[Android.Runtime.Register("SHOW_HIDDEN_FRAMES", ApiSince=34)]
public static Java.Lang.StackWalker.Option ShowHiddenFrames { get; }
[<Android.Runtime.Register("SHOW_HIDDEN_FRAMES", ApiSince=34)>]
static member ShowHiddenFrames : Java.Lang.StackWalker.Option

Property Value

The option that includes hidden stack frames.

Attributes

Remarks

Gets the option that includes hidden stack frames.

Applies to