Class StackTraceElement
- Namespace
- Steeltoe.Management.Endpoint.Actuators.ThreadDump
- Assembly
- Steeltoe.Management.Endpoint.dll
public sealed class StackTraceElement
- Inheritance
-
StackTraceElement
- Inherited Members
Properties
ClassName
[JsonPropertyName("className")]
public string? ClassName { get; set; }
Property Value
FileName
[JsonPropertyName("fileName")]
public string? FileName { get; set; }
Property Value
IsNativeMethod
[JsonPropertyName("nativeMethod")]
public bool IsNativeMethod { get; set; }
Property Value
LineNumber
[JsonPropertyName("lineNumber")]
public int? LineNumber { get; set; }
Property Value
- int?
MethodName
[JsonPropertyName("methodName")]
public string? MethodName { get; set; }