StackWalker.Option.RetainClassReference Property

Definition

Gets the option that retains class references in stack frames.

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

Property Value

The option that retains class references in stack frames.

Attributes

Remarks

Gets the option that retains class references in stack frames.

Applies to