Table of Contents

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

string

FileName

[JsonPropertyName("fileName")]
public string? FileName { get; set; }

Property Value

string

IsNativeMethod

[JsonPropertyName("nativeMethod")]
public bool IsNativeMethod { get; set; }

Property Value

bool

LineNumber

[JsonPropertyName("lineNumber")]
public int? LineNumber { get; set; }

Property Value

int?

MethodName

[JsonPropertyName("methodName")]
public string? MethodName { get; set; }

Property Value

string