StackWalker.IStackFrame.MethodName Property
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.
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.