The members of Java.Lang.StackTraceElement are listed below.
See Also: Inherited members from Java.Lang.Object
Constructs a new StackTraceElement for a specified execution point. |
[read-only] | ClassName | string. Returns the fully qualified name of the class belonging to this StackTraceElement. |
[read-only] | FileName | string. Returns the name of the Java source file containing class belonging to this StackTraceElement. |
[read-only] | IsNativeMethod | bool. Indicates if the method name returned by StackTraceElement.MethodName is implemented as a native method. |
[read-only] | LineNumber | int. Returns the line number in the source for the class belonging to this StackTraceElement. |
[read-only] | MethodName | string. Returns the name of the method belonging to this StackTraceElement. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |