StackWalker.IStackFrame.MethodName Property

Definition

Gets the method name represented by this stack frame.

public string MethodName { [Android.Runtime.Register("getMethodName", "()Ljava/lang/String;", "GetGetMethodNameHandler:Java.Lang.StackWalker/IStackFrameInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getMethodName", "()Ljava/lang/String;", "GetGetMethodNameHandler:Java.Lang.StackWalker/IStackFrameInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
member this.MethodName : string

Property Value

The method name represented by this stack frame.

Attributes

Remarks

Gets the method name represented by this stack frame.

Applies to