StackWalker.IStackFrame.MethodType 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.
Returns the MethodType
representing the parameter types and
the return type for the method represented by this stack frame.
public virtual Java.Lang.Invoke.MethodType MethodType { [Android.Runtime.Register("getMethodType", "()Ljava/lang/invoke/MethodType;", "GetGetMethodTypeHandler:Java.Lang.StackWalker/IStackFrame, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getMethodType", "()Ljava/lang/invoke/MethodType;", "GetGetMethodTypeHandler:Java.Lang.StackWalker/IStackFrame, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
member this.MethodType : Java.Lang.Invoke.MethodType
Property Value
the MethodType
for this stack frame
- Attributes
Remarks
Returns the MethodType
representing the parameter types and the return type for the method represented by this stack frame.
Added in 10.
Java documentation for java.lang.StackWalker.StackFrame.getMethodType()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.