The properties of Java.Lang.StackTraceElement are listed below. For a list of all members, see the StackTraceElement Members list.
See Also: Inherited members from Java.Lang.Object
[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. |