Table of Contents

Class StackTraceElement

Namespace
Steeltoe.Management.Endpoint.ThreadDump
Assembly
Steeltoe.Management.EndpointBase.dll
public class StackTraceElement
Inheritance
StackTraceElement
Inherited Members

Properties

ClassName

[JsonProperty("className")]
public string ClassName { get; set; }

Property Value

string

FileName

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

Property Value

string

IsNativeMethod

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

Property Value

bool

LineNumber

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

Property Value

int

MethodName

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

Property Value

string