Java.Lang.StackTraceElement: Property Members

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

Public Properties

[read-only]
ClassNamestring. Returns the fully qualified name of the class belonging to this StackTraceElement.
[read-only]
FileNamestring. Returns the name of the Java source file containing class belonging to this StackTraceElement.
[read-only]
IsNativeMethodbool. Indicates if the method name returned by StackTraceElement.MethodName is implemented as a native method.
[read-only]
LineNumberint. Returns the line number in the source for the class belonging to this StackTraceElement.
[read-only]
MethodNamestring. Returns the name of the method belonging to this StackTraceElement.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.