CallStack Property (MonitorEventArgs)
In This Topic
Gets the call stack of the monitor event.
Syntax
'Declaration
Public ReadOnly Property CallStack As String()
public string[] CallStack {get;}
Property Value
The call stack of the monitor event.
See Also