Table of Contents

Class MonitorInfo

Namespace
Steeltoe.Management.Endpoint.ThreadDump
Assembly
Steeltoe.Management.EndpointBase.dll
public class MonitorInfo : LockInfo
Inheritance
MonitorInfo
Inherited Members

Properties

LockedStackDepth

[JsonPropertyName("lockedStackDepth")]
public int LockedStackDepth { get; set; }

Property Value

int

LockedStackFrame

[JsonPropertyName("lockedStackFrame")]
public StackTraceElement LockedStackFrame { get; set; }

Property Value

StackTraceElement