StackWalker.IStackFrame.Descriptor 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 descriptor of the method represented by this stack frame as defined by <cite>The Java Virtual Machine Specification</cite>.
public virtual string Descriptor { [Android.Runtime.Register("getDescriptor", "()Ljava/lang/String;", "GetGetDescriptorHandler:Java.Lang.StackWalker/IStackFrame, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getDescriptor", "()Ljava/lang/String;", "GetGetDescriptorHandler:Java.Lang.StackWalker/IStackFrame, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
member this.Descriptor : string
Property Value
the descriptor of the method represented by this stack frame
- Attributes
Remarks
Returns the descriptor of the method represented by this stack frame as defined by <cite>The Java Virtual Machine Specification</cite>.
Added in 10.
Java documentation for java.lang.StackWalker.StackFrame.getDescriptor()
.
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.