StackWalker.Option.ValueOf(String) Method
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.
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.