Class MonitorInfo
Namespace: Steeltoe.Management.Endpoint.ThreadDump
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class MonitorInfo : LockInfo
Properties
| Edit this page View SourceLockedStackDepth
Declaration
public int LockedStackDepth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
LockedStackFrame
Declaration
public StackTraceElement LockedStackFrame { get; set; }
Property Value
Type | Description |
---|---|
StackTraceElement |