StackWalker.Option.ValueOf(String) Method

Definition

Returns the enumeration constant with the specified name.

[Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Ljava/lang/StackWalker$Option;", "", ApiSince=34)]
public static Java.Lang.StackWalker.Option ValueOf(string name);
[<Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Ljava/lang/StackWalker$Option;", "", ApiSince=34)>]
static member ValueOf : string -> Java.Lang.StackWalker.Option

Parameters

name
String

The name of the enumeration constant.

Returns

The enumeration constant with the specified name.

Attributes

Exceptions

if no stack-walker option constant has the specified name.

if name is null.

Remarks

Returns the enumeration constant with the specified name.

Applies to